Reputation: 5288
how do i go about uploading a rails app that works locally (on MAMP) to a live server?
thanks
Upvotes: 0
Views: 2228
Reputation: 66535
There are numerous solutions. The most common one is using capistrano, but you could find some hosting solution with their own deployment process like Heroku.
Rails guides on the subject: http://rubyonrails.org/deploy
Upvotes: 2