Versions Compared

Key

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

...

  • 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 OSFor correction function of the DMS, 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 correctlyto the correct values matching your location. 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. 

...