I have installed Rails on my localhost, and now, I would like to install it on an Amazon EC2 server.

link|improve this question
feedback

2 Answers

This should do it for you pretty much. It is a deployment tool writtne specifically for EC2 - and its called EC2 on rails.

http://ec2onrails.rubyforge.org/

link|improve this answer
feedback

Ssh into your ec2 instance and run:

sudo apt-get install ruby1.9.1-full
sudo gem install rails

Done.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.