...
Code Block |
---|
/var/log/nuxeo/server.log /var/lib/casebrowser/logs/casebrowser.log |
Configure write access for Patricia Users in Nuxeo GUI
- Log into Nuxeo GUI with administrator privileges.
- At top click "Workspace"; at left navigation bar click "Workspaces" directory; in documents area click the "Manage" tab for this folder.
- Under "Access rights" tab, below in "Add a new security rule" section, add group "members" with permission "write"; click "Grant permission".
- At top click "Admin"; at left navigation bar click "Users & Groups" directory; in tab "Groups" search for group "members" and click it to manage the group.
- Click tab edit and add "Patricia Users" as sub-group. Click "Save".
Run DMS service container
Requirements to run:
- Docker socket must be mounted to the container
- HOSTNAME variable must be provided (will be used in generated email messages)
- EMAIL variable must be provided (will be used in generated email messages as a list of recipients)
Run DMS service container
Requirements to run:
- Docker socket must be mounted to the container
- HOSTNAME variable must be provided (will be used in generated email messages)
- EMAIL variable must be provided (will be used in generated email messages as a list of recipients)
Code Block |
---|
docker run -e HOSTNAME='nux5.priv.practiceinsight.io' -e EMAIL='paul.igumnov@practiceinsight.io,jake. |
Code Block |
docker run -e HOSTNAME='nux5.priv.practiceinsight.io' -e EMAIL='paul.igumnov@practiceinsight.io,jake.wang@practiceinsight.io' -d -v /var/run/docker.sock:/var/run/docker.sock --pid=host --name service practiceinsight/dms_service:1.1 |
This image contains 4 scripts: restart, cleanup, availability monitor and health check.
Configure write access for Patricia Users in Nuxeo GUI
- Log into Nuxeo GUI with administrator privileges.
- At top click "Workspace"; at left navigation bar click "Workspaces" directory; in documents area click the "Manage" tab for this folder.
- Under "Access rights" tab, below in "Add a new security rule" section, add group "members" with permission "write"; click "Grant permission".
- At top click "Admin"; at left navigation bar click "Users & Groups" directory; in tab "Groups" search for group "members" and click it to manage the group.
- Click tab edit and add "Patricia Users" as sub-group. Click "Save".
Clean up cron job
The following needs to be configured if no DMS service container is run The clean up cron job should be added to the cron on host of container.
...