项目作者: kubeages

项目描述 :
Template for Redmine deployment on OpenShift Container Platform
高级语言: Shell
项目地址: git://github.com/kubeages/redmine-openshift.git
创建时间: 2017-03-06T18:36:00Z
项目社区:https://github.com/kubeages/redmine-openshift

开源协议:

下载


redmine-openshift

Template for Redmine deployment on OpenShift Container Platform, using mysql database in ephemeral mode.

Redmine requires root permission so ensure to give this permission to your project before launching this application (i.e. running oc adm policy add-scc-to-user anyuid -z default -n yourprojectname)

So the steps to deploy this application are:

  1. Create the project: oc new-project yourprojectname

  2. Give root permissions to the default service account: oc adm policy add-scc-to-user anyuid -z default -n yourprojectname

  3. Create the template:
    oc create -f https://raw.githubusercontent.com/antoniogallegosaez/redmine-openshift/master/redmine-mysql-ephemeral.yaml

  4. From the webconsole, access to the project, press Add To Project and create the app using the previously created template.

  5. Please wait until the pods are ready, then you can log-in with the following Redmine credentials: admin/admin