Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Container names are selectable options to run deploy.sh only on the specified containers: elastic, postgres, nuxeo, cb, service, postfix. If deploy.sh is run without any containers specified, all containers except postfix will be handled. Postfix container will only be installed (or updated) when specified expressly;
  • -rmc will stop and remove containers listed in deploy.sh command;
  • -rmi will remove all unused images (ie. Images for which no containers are run);
  • -logsrv will configure nuxeo and cb containers to send log messages to a graylog server in gelf format. The server details and properties of the communication are configured in the "dms.conf".
  • -v (or –vv, -vvv, -vvvv) options set log level for the nuxeo container. Default log level is ERROR. -v, -vv, -vvv, -vvvv sets to WARN, INFO, DEBUG, TRACE respectively.

...