Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you deploy a Ruby on Rails application on hostgator?

How do you deploy a Ruby on Rails application on hostgator?

like image 790
johny Avatar asked Mar 14 '09 03:03

johny


People also ask

Does Hostgator support Ruby on Rails?

We can upgrade it to 2.3. 8 upon request. On shared and reseller servers, each cPanel can run up to four (4) Ruby on Rails applications at once. If you are wanting to run more, you should switch to use mod_passenger or run their applications through fcgi.

How do I run a Rails application?

Go to your browser and open http://localhost:3000, you will see a basic Rails app running. You can also use the alias "s" to start the server: bin/rails s . The server can be run on a different port using the -p option. The default development environment can be changed using -e .


1 Answers

Google is your friend. First hit for "hostgator rails".

http://forums.hostgator.com/ruby-rails-support-t13038.html?t=13038

like image 162
August Lilleaas Avatar answered Sep 30 '22 10:09

August Lilleaas