For hosting multiple Rails apps on the same VPS, I really like dokku. It's FOSS. Once you've installed it on your VPS, it allows you to git push your code to the server, just like heroku.
git push
For hosting multiple Rails apps on the same VPS, I really like dokku. It's FOSS.
Once you've installed it on your VPS, it allows you to
git pushyour code to the server, just like heroku.