|
|
@@ -1,14 +1,15 @@
|
|
|
# Versión para openshift
|
|
|
|
|
|
## Instalación
|
|
|
-### app reymota
|
|
|
|
|
|
Crear un proyecto.
|
|
|
|
|
|
-## Running Commands as Root in OpenShift
|
|
|
+### Running Commands as Root in OpenShift
|
|
|
|
|
|
oc adm policy add-scc-to-user anyuid -z default
|
|
|
|
|
|
+### app reymota
|
|
|
+
|
|
|
A continuación añadir una app desde Agregar, importar desde git.
|
|
|
|
|
|
oc new-app http://gitea.reymota.es/creylopez/ReyMotaAppsOC.git -e DEBUG="False" -e VERSION=11.0 --name='reymota'
|