...
- Restarting of elastic or postgres containers without restaring nuxeo container will break DMS functionality until nuxeo container restart.
- The
deploy.sh
script will check if modifications have been made to the files in ~/deploy/config/ that have not been committed/pushed to the client specific git repository (ie. if there is discrepancy between the origin of the client specific git repository and the local configuration files). If such is the case, deploy.sh will not execute but output a corresponding warning and quit. It is important to commit local changes to the repository. After that, run "./deploy.sh
" again. - If your environment is based on ubuntu OS, you must set the LANGUAGE and COUNTRY variables in the
dms.conf
before deploying the DMS (or redeploy after setting it). Otherwise, your EDMS will not work correctly. Please check: http://www.oracle.com/technetwork/java/javase/java8locales-2095355.html and use the LANGUAGE (ISO 639) tag for the language and the COUNTRY (ISO 3166) tag for the country.
Example: LANGUAGE="en", COUNTRY="GB"
DMS heap settings based on installation environment:
...