This repository contains an example docker compose stack for the Gentics Enterprise CMS
The stack contains the following components:
- Gentics CMS - CMS
- MySQL 5.7 - Database
- Elasticsearch - Search server
- Languagetool - Spellchecker server
- Create a docker-compose.override.yml file which contains your license key.
See docker-compose.overide.example.yml
for a more detailed example.
version: '2'
services:
cms:
environment:
LICENSEKEY: AAAA-BBBB-CCCC-DDDD-EEEE-FFFF-GGGG-HHHH
- Run the stack
During startup the initial MySQL Database will be imported. This initial setup can take a few seconds.
docker-compose up -d
After the setup you can access the UI via http://localhost/.Node/ui and login using node/node
.
You can either set a custom password afterwards or omit the NODE_USER_PASSWORD
environment variable. Omitting the variable will cause Gentics CMS to generate a random password for you.