views:

75

answers:

3

I want to deploy a small rails application. What is the easiest / fastest way to do so? Capistrano seems to be oversized for small applications.

Thanks for your answers!

+5  A: 

I can't recommend heroku enough. Deployment is as simple as a git push and there's a free service.

mark
Seconding Heroku for what you listed. That's going to be hard to beat in the easy/fast department.
rspeicher
+2  A: 

You could try out EngineYard if you would prefer to not have to worry too much about infrastructure issues and focus on developing your application. They have a gem you can install on your system and the command "ey deploy" will deploy your app! Here is a list of commands. Highly recommended!

Matt
A: 

You could try Vlad the Deployer.

Seems to be a simpler deployment solution than Capistrano.

johngrimes