Search code examples
ruby-on-railsrubygitopenshiftopenproject

Setting up OpenProject on OpenShift


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!


Solution

  • 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