Under "Source code" put https://github.com/joomla/jissues.git and the branch openshift (@todo master?)
=> Create the Application ....
Look around, then click on "Continue to the application overview page".
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>
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
:
Openshift PaaS
WhatIs https://www.openshift.com/
Short: The Open Hybrid Cloud Application Platform by Red Hat
@todo
more infoSetup
PHP, MySQL, and phpMyAdmin
.https://github.com/joomla/jissues.git
and the branchopenshift
(@todo
master?)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>
e.g.:
rhc env set JTRACKER_ENVIRONMENT=openshift -a trackertest
Installation
cd app-root/repo/bin
./jtracker install
Done.