This is a template that you can use to create a OpenShift cluster for Bitrix CMS with MySQL Database
This template will create:
- Build configuration based on official php:5.6-apache image
- Deployment configuration for Application and Database servers
- Router with default route to application server
oc process -f bitrix_template.json -p SOURCE_REPOSITORY_URL='<your git>' -p BITRIX_LICENSE_KEY='<license>' -p BITRIX_URL='http://<url-to-bitrix-archive>' | oc create -f -
SOURCE_REPOSITORY_URL
- Git repository for your projectBITRIX_LICENSE_KEY
- License number for BitrixBITRIX_URL
- URL to tar.gz file which contains core file of Bitrix
CONTEXT_DIR
parametr is not working- Upload directory is on ephemeral storage
- ...more
This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0.