Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Problem install Openproject 3 in Centos 6 with Plesk 11.5

Problem install Openproject 3 in Centos 6 with Plesk 11.5

Added by David Tello Sanchez over 10 years ago

Hello .
I am trying to install 3.0 on a VPS Openproject Centos 6 managed with Plesk 11.5 panel.

Following the installation manual for Postgres Centos and am installing OpenProject problem .

Specifically , in step 4 when I indicate the " bundle install " command, the following error occurs :

bash-4.1$ bundle install
Fetching source index from https://rubygems.org/
Using rake 10.3.2
Using i18n 0.6.8
Using multi_json 1.8.2
Using activesupport 3.2.19
Using builder 3.0.4
Using activemodel 3.2.19
Using erubis 2.7.0
Using journey 1.0.4
Using rack 1.4.5
Using rack-cache 1.2
Using rack-test 0.6.2
Using hike 1.2.3
Using tilt 1.4.1
Using sprockets 2.2.2
Using actionpack 3.2.19
Using mime-types 1.25.1
Using polyglot 0.3.3
Using treetop 1.4.15
Using mail 2.5.4
Using actionmailer 3.2.19
Using arel 3.0.3
Using tzinfo 0.3.38
Using activerecord 3.2.19
Using activerecord-tableless 1.3.3
Using activeresource 3.2.19
Using acts_as_list 0.2.0
Using addressable 2.3.4
Using awesome_nested_set 2.1.6

Errno::EACCES: Permission denied @ rb_sysopen - /var/www/vhosts/userhome/.rvm/gems/ruby-2.1.0/gems/debug_inspector-0.0.2/README.md
An error occurred while installing debug_inspector (0.0.2), and Bundler cannot continue.
Make sure that `gem install debug_inspector -v '0.0.2'` succeeds before bundling.

I have no knowledge in ruby on rails . I do not know how to solve this error.

Please help .


Replies (1)

RE: Problem install Openproject 3 in Centos 6 with Plesk 11.5 - Added by Brendan Dunn over 10 years ago

Hi

The error seems to be a system error to do with the security setup.
It looks like you are installing the app in

/var/www/…..
which will be owned by www-data or some other user group, so if you are installing the app as the “openproject” user
you will get permission problems.

check the permissions on the directories.

Permission denied @ rb_sysopen - /var/www/vhosts/userhome/.rvm/gems/ruby-2.1.0/gems/debug_inspector-0.0.2/README.md

cheers
Brendan

  • (1 - 1/1)
Loading...