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

      OpenProject ID 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. Installing Openproject on Openshift

Installing Openproject on Openshift

Added by Chuck Mitchell over 11 years ago

Hi there, I’m trying to install OpenProject on OpenShift (https://www.openshift.com/) 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!


Replies (3)

RE: Installing Openproject on Openshift - Added by juan perez over 11 years ago

Hello!

I am also interested in installing openproject in openshift. Have you succeded?

My experience is: I have followed the instructions in installing page, however I get stack in setting up database, because provided script is made for local databases, and openshift one is not local but remote.

Thanks.

RE: Installing Openproject on Openshift - Added by Omer Yazar almost 11 years ago

Hello!

For Juan Perez, you can create the databases manually and then proceed with the install from the “migrate” step.

Neither am I an expert on GIT/Ruby but here are the steps I followed to create and deploy Openproject on Openshift.

These two are straightforward:

rhc app create YourApp ruby-1.9
rhc cartridge add -a YourApp -c mysql-5.5

Then ssh into YourApp and follow these steps:

$ cd app-root/runtime/repo
$ git init
$ git remote add origin https://github.com/opf/openproject.git
$ git fetch
$ git checkout -t origin/master

You can refer to the openproject installation guides for the rest of the process.

I hope this helps.

RE: Installing Openproject on Openshift - Added by Jan Niklas Grieb over 5 years ago

Hi, it's a long time ago that you had these issues. I am writing, because I also wanted to get OpenProject run on an OpenShift cluster. I collected my efforts in this Github repository:

https://github.com/jngrb/openproject-openshift

This work is not complete yet.

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