Skip to content

Template for Redmine deployment on OpenShift Container Platform

Notifications You must be signed in to change notification settings

kubeages/redmine-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Template for Redmine deployment on OpenShift Container Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages