Re: [Rails] deploy: First Rails App to shared server

2010-06-26 Thread murali dhararao
Hi , Did you deployed application on apache server? is that is running locally? On Sat, Jun 26, 2010 at 3:37 AM, Ali Imran wrote: > I installed > > ruby: 1.8.7 > rails: 2.3.8 > gems: 1.3.5 > > on the Ubuntu with passenger 2.2.15 > > now i create the first demo application, > > i create a fold

Re: [Rails] deploy: First Rails App to shared server

2010-06-26 Thread Mark Kremer
That really depends on your hosting provider, you'll probably need to contact them and ask them about it. If your current hosting provider does not offer the option to run your setup you can either look for a hosting provider that does offer Ruby on Rails (I know a number of them exist, others

[Rails] deploy: First Rails App to shared server

2010-06-25 Thread Ali Imran
I installed ruby: 1.8.7 rails: 2.3.8 gems: 1.3.5 on the Ubuntu with passenger 2.2.15 now i create the first demo application, i create a folder on home "ruby"->"demo" than i created a sites-available udo nano /etc/apache2/sites-available/demo ServerName mydomain.com ServerAlias www.mydom