Setting up OpenProject on OpenShift

734 Views Asked by At

I'm trying to install OpenProject on OpenShift but I'm having difficulties in understanding the process. I've managed to create an OpenShift application and SSH into the domain, however I don't have permissions to download the zip file / create the folder as in the instructions.

I have to mention that my GIT/Ruby/Openshift knowledge is very limited.

Has anyone tried this before? Can you tell me if it's possible and how?

Thanks!

2

There are 2 best solutions below

2
On BEST ANSWER

You'll want to ssh into your gear

$ rhc ssh -a

Then cd into the data dir

$ cd $OPENSHIFT_DATA_DIR

Wget your file

$ wget https://github.com/opf/openproject/archive/2.4.0.zip

0
On

I, despite this issue being so old, I would like to share my efforts. I also wanted to get OpenProject running on OpenShift. My way was to first get an initial POD running with root permissions to set things up with the WebUI and then run the individual services without root permissions.

Details can be found in this Github repository: https://github.com/jngrb/openproject-openshift