Welcome Guest | Login

Rails doesn't load at all

I triple checked the steps in the deployment tutorial and have confirmed that I followed them, but my Rails app doesn't even start up.  Going to my domain just lists the directories.  I just get:

Index of /

   * README
   * Rakefile
   * app/
   * config/
   * db/
   * doc/
   * lib/
   * log/
   * public/
   * script/
   * test/
   * tmp/
   * vendor/

Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b DAV/2 Phusion_Passenger/1.0.1 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 SVN/1.4.5 PHP/5.2.5 Server at gaminginsight.com Port 80

This isn't covered in the Wiki.  I develop on a mongrel server so I've never encountered this issue. How do I activate the rails server on a shared host?

2008-04-18 01:46 PM

The symlink you created was not proper. I have removed it and has created a correct symlink. Now your application should work fine.

2008-04-18 02:02 PM

HostingRails Support
Yes, I accidentally symlinked to /myapp and not /myapp/public.  Thanks for your help.

2008-04-18 02:07 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.