views:

39

answers:

2

I'm trying to install teambox on ruby. I am running passenger and getting this error:

Permission denied - /root/.bundle/ruby/1.8/specifications

I tried the following chown teambox directory to teambox user chown /root/.bundle/ruby/1.8/specifications to teambox user.

Please help!

A: 

Maybe the solution would be pass a custom shared path to bundle, so instead of doing

bundle install

you could do

bundle install shared_path

where shared_path is a directory with correct permissions

Sergi
A: 

Login as the teambox user and run bundle install.

Sam C