Content
Cannot install Open Project in Oracle Linux.
Added by Vimal Raj about 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)
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
Check my instructions and and rerun the yum and ruby build commands, something did not install
without the development tools and patch, you will not be able to compile ruby.
We need to manually install the epel apps for centos
check that the file downloaded and then run
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