Content
You are here:
Install on host
Added by Dylan Vander Velde over 10 years ago
I just want to make sure my research is correct.
I wanted to install openproject on my shared hosting. Which from what i can tell is possible. My host supports ruby on rails. But to install i would also need ssh access to the server, But my host doesn’t allow this. from what i have seen ssh is needed to associate the mysql database to open project. There for i can not install open project correct? I am new to this so i am not quiet sure if i have a handle on it.
Thank you,
Dylan
Replies (4)
Hi,
To associate mysql database to openproject, you don’t need ssh provided your host have requried gem installed already. Ask them if they have mysql gem installed. If gem is installed, just change the configuration of database i.e. openproject_dire/config/database.yml
-Sam
I have the ability to install gems i did see that. knowing which one to install is a whole other issue. I need to go do some looking.
Thank you Sam!
I have the files in the ruby_apps folder on the server. I had the host install the mysql gem. I have it all setup in cpanel and when i hit run it says that its running but when i return to the manage ruby applications screen it says it is not running. So in trying to figure this out i have run accross several posts that trying to set this (or most ruby apps) up in a shared hosting environment is a nightmare. i could install one my Osx laptop but then only i can use it.
Found this is the log
**** 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:12001
**** Starting Rails with production environment…
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require’: no such file to load — bundler/setup (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require’
from /home/sublevel/rails_apps/openproject/config/boot.rb:35
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require’
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require’
from /home/sublevel/rails_apps/openproject/config/application.rb:31
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require’
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require’
from /home/sublevel/rails_apps/openproject/config/environment.rb:32
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require’
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:147:in `rails’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:113:in `cloaker_’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:149:in `call’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:149:in `listener’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:99:in `cloaker_’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:50:in `call’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/configurator.rb:50:in `initialize’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:84:in `new’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:84:in `run’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/command.rb:212:in `run’
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
from /usr/bin/mongrel_rails:23:in `load’
from /usr/bin/mongrel_rails:23
Guessing i am missing something or there is some path that needs to be sit. Can anyone point the way for me?
Thanks!