Project

General

Profile

Redmine with Centos and Passenger

Added by Jeff Chan almost 11 years ago

Hi all,

I'm getting close but I'm getting these errors when I try to load Redmine from my browser. I'm new to rails so I'm not sure if this is a dependency issue? Any help is appreciated!

Here is my environment:

[root@localhost ~]# ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
rubygems-1.4.2

cannot load such file -- bundler/setup (LoadError)
/usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.14/lib/phusion_passenger/loader_shared_helpers.rb:212:in `require'
/usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.14/lib/phusion_passenger/loader_shared_helpers.rb:212:in `run_load_path_setup_code'
/usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.14/helper-scripts/rack-preloader.rb:73:in `preload_app'
/usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.14/helper-scripts/rack-preloader.rb:127:in `<module:App>'
/usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.14/helper-scripts/rack-preloader.rb:6:in `<module:PhusionPassenger>'
/usr/local/lib/ruby/gems/2.0.0/gems/passenger-4.0.14/helper-scripts/rack-preloader.rb:5:in `<main>'
Application root
/var/www/html/redmine
Environment (value of RAILS_ENV, RACK_ENV, WSGI_ENV and PASSENGER_ENV)
production
Ruby interpreter command
/usr/local/bin/ruby
User and groups
uid=99(nobody) gid=99(nobody) groups=99(nobody)
Environment variables
TERM = xterm-256color
PATH = /sbin:/usr/sbin:/bin:/usr/bin
PWD = /var/www/html/redmine
LANG = C
SHLVL = 2
_ = /usr/sbin/httpd
PASSENGER_DEBUG_DIR = /tmp/passenger.spawn-debug.XXXXdApbZU
USER = nobody
LOGNAME = nobody
SHELL = /sbin/nologin
HOME = /
IN_PASSENGER = 1
PYTHONUNBUFFERED = 1
RAILS_ENV = production
RACK_ENV = production
WSGI_ENV = production
PASSENGER_ENV = production
REQUEST_METHOD = GET
SERVER_PORT = 80
SERVER_ADDR = 209.237.253.233
REDIRECT_STATUS = 200
QUERY_STRING =
SERVER_PROTOCOL = HTTP/1.1
REMOTE_PORT = 59434
REMOTE_ADDR = 173.164.191.227
REQUEST_URI = /index.html
SERVER_SOFTWARE = Apache/2.2.15 (CentOS)
DOCUMENT_ROOT = /var/www/html/redmine/public/
SERVER_NAME = c3.anvato.com
SERVER_ADMIN =


Replies (2)

RE: Redmine with Centos and Passenger - Added by Jeff Chan almost 11 years ago

Here is my bundle which i was able to install successfully:

Gems included by the bundle:
RedCloth (4.2.9)
actionmailer (3.2.13)
actionpack (3.2.13)
activemodel (3.2.13)
activerecord (3.2.13)
activeresource (3.2.13)
activesupport (3.2.13)
arel (3.0.2)
builder (3.0.0)
bundler (1.3.5)
coderay (1.0.9)
erubis (2.7.0)
hike (1.2.3)
hoe (3.7.1)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.0.3)
json (1.8.0)
mail (2.5.4)
mime-types (1.23)
multi_json (1.7.7)
mysql (2.8.1)
mysql2 (0.3.13)
net-ldap (0.3.1)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
rack-openid (1.3.1)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (3.2.13)
railties (3.2.13)
rake (10.1.0)
rdoc (3.12.2)
rmagick (2.13.2)
ruby-openid (2.2.3)
rubytree (0.5.2)
sprockets (2.2.2)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.14)
tzinfo (0.3.37)

RE: Redmine with Centos and Passenger - Added by Jan Niggemann (redmine.org team member) almost 11 years ago

uid=99(nobody) gid=99(nobody) groups=99(nobody)

Just a guess: Did you check the file permissions?

    (1-2/2)