I'm not sure what user that you are running as BUT it looks like you
installed all the gems in your home directory. This might be an issue
if apache/passenger runs as a different user...
Run sudo rake gems:install
WARNING: Installing to ~/.gem since /usr/lib/ruby/gems/1.8 and
/usr/bin aren't both writable.
WARNING: You don't have /home/jdezenzio/.gem/ruby/1.8/bin in your
PATH,
gem executables will not run.
When you say there are no errors? have you also checked your
apache_home/logs/error_log ? this is where passenger dumps all the
good stuff if it fails before it even starts.
Also like someone suggested I would use ./script/server on the server
to start the server in production mode but this will output the errors
to your terminal.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---