On HostGator shared; cannot start Rails app because of bundle issue.
Added by Ben Lei over 12 years ago
So I think I have everything setup correctly; I have removed pg and sqlite3 from the Gemfile in the redmine directory. I have done the session thing, migrated the db, etc (followed http://blog.haqqi.net/2010/12/installing-redmine-on-hostgator-shared-hosting/)
So I tailed the mongrel.log and whenever I try to run redmine, I get the following error:
- Daemonized, any open files are closed. Look at log/mongrel.pid and log/mongrel.log for info.
- Starting Mongrel listening at 0.0.0.0:12003
- Starting Rails with production environment...
Some gems may need to be installed or updated.
Please run `bundle install --without development test`.
My guess is because it somehow is still wanting to install pg and sqlite3 even after I removed it from the Gemfile. How do I fix this error? I can't install pg for some reason and even the staff says they're not allowed to on a shared host.
Replies (1)
RE: On HostGator shared; cannot start Rails app because of bundle issue. - Added by tom lanyon over 12 years ago
Hi Ben,
I'm in a similar place where I've successfully run all the required steps but it keeps reporting the 500, 503 errors.
I used http://www.ryanharter.com/blog/?p=95 as a guideline.
Were you able to find a solution?
For info: The command may help and avoid makig too much changes to your 'Gemfile': $bundle install --without development test postgresql sqlite
Regards.