Versions Compared

Key

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

...

Also be sure that Nuxeo installation id is set in the pat_configuration table of Patricia DB.

Example command to run Nuxeo container:

Code Block
docker run -p 8080:8080 -p 9080:9080 \
    -v /local_nuxeo_data_folder:/var/lib/nuxeo/data \
    -v /local_config_folder:/etc/nuxeo \
    --net=host \
    --name nuxeo practiceinsight/dms_nuxeo_suite:1.9.2

If you want to use your own fonts in nuxeo, then you should add the next option to the run command:

Code Block
-v /local_fonts_folder:/usr/share/fonts/custom-fonts

 

Once all three containers are up and running, you should be able to get access to the Nuxeo with PI marketplace installed via:

...