Although there is an overwhelming amount of information on deployment out there, I'm very confused at the moment. But maybe you can help me!
I have an existing Rails app that I want to deploy.
My (Server) Setup:
- Rails 3.2
- VPS (Linode)
- Ubuntu 12.04
- Apache
- Phusion Passenger
Everything is now installed and configured right, but how do I get the existing app to the server. FTP, Github? Capistrano seems more difficult to me.
It's just a small app, what would be the easiest way?