Success

User tests: Successful: Unsuccessful:

avatar elkuku
elkuku
30 Aug 2015

This will add support for running the application on OpenShift.
Does not contain any executable code ?

avatar elkuku elkuku - open - 30 Aug 2015
avatar elkuku
elkuku - comment - 6 Sep 2015

It might not be obvious but the documentation is "hidden" here: https://github.com/joomla/jissues/blob/openshift/Documentation/Development/Openshift.md so I paste it here for reference :wink: :

Openshift PaaS

WhatIs https://www.openshift.com/

Short: The Open Hybrid Cloud Application Platform by Red Hat

@todo more info

Setup

Environment Variables

Several parameters have to be passed as environment variables to make the application aware of the Openshift environment. This is also a security feature.

Use the rhc client tools to set the environment variables:

rhc env set <var_name>=<var_value> -a <application>

JTRACKER_ENVIRONMENT="openshift"
JTRACKER_GITHUB_CLIENT_ID=<github_client_id>
JTRACKER_GITHUB_CLIENT_SECRET=<github_client_secret>
JTRACKER_GITHUB_USERNAME=<your_github_username>
JTRACKER_GITHUB_PASSWORD=<your_github_password>

e.g.:

rhc env set JTRACKER_ENVIRONMENT=openshift -a trackertest

Installation

  • Open your terminal and SSH into the application.
  • cd app-root/repo/bin
  • ./jtracker install

Done.

avatar b2z b2z - close - 22 Sep 2015
avatar b2z b2z - reference | d3f070a - 22 Sep 15
avatar b2z b2z - merge - 22 Sep 2015
avatar b2z b2z - close - 22 Sep 2015
avatar b2z b2z - change - 22 Sep 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-09-22 13:29:12
Closed_By b2z
avatar elkuku elkuku - head_ref_deleted - 22 Sep 2015

Add a Comment

Login with GitHub to post a comment