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. Cannot install Open Project in Oracle Linux.

Cannot install Open Project in Oracle Linux.

Added by Vimal Raj over 10 years ago

I’m new to ruby. i’m very exited when see the openproject demo.
If i succeed to manage our project using openproject in my team. i would like to promote this to my company.
I want to install open project in oracle linux. i could’t find the document to install open project.

But i followed general installation steps (and Doc : http://possiblelossofprecision.net/?p=1692.)

I did the following steps.
1. Installed mysql database
2. installed gem
3. installed gem builder
4. imported git project 3.0
5. Tried to install openproject using ‘bundle install —without postgres’

I failed to install openproject in step 5

Please find the error log in attachment.

Help me to install openproject in oracle linux.

Thanks in advance.


Replies (1)

RE: Cannot install Open Project in Oracle Linux. - Added by Brendan Dunn over 10 years ago

Hi Vimal

While I have never used oracle linux, I will assume it is like centos as it uses “Yum” to run the installs

so I have attached my Centos install instructions which I know work.

You need to be very careful and follow each step exactly.
From your error message it looks like you are missing a library file and on my ubuntu install it is part of ruby 2

/home/openproject/.rvm/src/ruby-2.1.0/vm_core.h

Check my instructions and and rerun the yum and ruby build commands, something did not install

yum update
yum  install git curl curl-devel wget vim mlocate nano  
yum  install libyaml libxml2 libxml2-devel libxslt-devel libxml2-devel ruby-mysql mysql-devel ImageMagick-c++ ImageMagick-devel graphviz graphviz-ruby graphviz-devel memcached sqlite-devel
yum -y install zlib zlib-devel httpd httpd-devel apr-devel apr-util-devel man libffi-devel readline-devel pidentd

yum –y install patch
yum -y groupinstall "Development tools"

without the development tools and patch, you will not be able to compile ruby.
We need to manually install the epel apps for centos

wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

check that the file downloaded and then run

rpm -ivh epel-release-7-0.2.noarch.rpm

the version may have changed, check this.

I use postgresql so you will need to modify for the oracle DB you are using.
Also I note that you are installing the app as Root, if you want to use openproject in your organisation, the app should be locked down i.e. not installed and run as root but installed and run as openproject. Your IT team may want you to change this. You can see in my instructions how to do this.

cheers
Brendan

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