views:

117

answers:

1

hi...how do i go about uploading a rails app that works locally (on MAMP) to a live server?

thanks

+2  A: 

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

marcgg