pixeltocode
pixeltocode

Reputation: 5288

upload rails app to live server

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

thanks

Upvotes: 0

Views: 2228

Answers (1)

marcgg
marcgg

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

Related Questions