I currently use capistrano to deploy a rails 3 app (from git) to passenger/nginx on a shared host. I'd like to move it to Amazon AWS - which I've not used before - so I'm looking for some pointers on the best way to do this using capistrano (or chef/puppet if this is better) ?
I already have an AWS account. I guess I need to be able to start/stop EC2 instances; install apache/nginx/passenger/REE/Postgresql etc. onto the instance, then install my app using my current capistrano configuration; automate database backups to S3; automate instance backup/restore (using an AMI ?) to cover for instance failures etc. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
