Merge pull request #854 from dmetzler/master

Add pointer to Nuxeo documentation for Docker setup
This commit is contained in:
Tianon Gravi 2017-03-10 14:52:10 -08:00 committed by GitHub
commit 39a93813d3
1 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,8 @@ nuxeo
This will install the same image as above but comes with some demo Nuxeo packages to demonstrate its various usage (DAM, DM, search etc...)
You can find additional informations on how to use this image in [Nuxeo documentation](https://doc.nuxeo.com/nxdoc/setting-up-your-nuxeo-environment/)
## Environment Variables
The Nuxeo image uses several environment variable that allow to specify a more specific setup.
@ -69,7 +71,9 @@ If Redis is setup, you can ovewrite the default port configuration (default to 6
### `NUXEO_CLID`
Allow to setup a CLID for Nuxeo Connect registration.
Allow to setup a CLID for Nuxeo Connect registration. This parameter is in the form `part1\npart2`, so depending on the environment you may have to escape the `\` character.
You can find additional informations the registration process in the [Nuxeo documentation](https://doc.nuxeo.com/nxdoc/setting-up-your-nuxeo-environment/)
### `NUXEO_INSTALL_HOTFIX`