Introduction
The Process Manager and workers operation depend on PrizmDoc Server. For example, workers use Work Files to store and retrieve user documents and operation results. Before starting the Process Manager and a worker, you should run the PrizmDoc Server docker container. The PrizmDoc Server version must be 13.25 or later.
Steps to Run PrizmDoc Server
-
Run PrizmDoc Server.
docker run --rm --env ACCEPT_EULA=YES --network prizmdoc --publish 18681:18681 --name prizmdoc-server accusoft/prizmdoc-server
Wait until you see the following output in the console:
[info] Starting Product Runner... [info] product-runner has been started correctly. [info] Starting PCCIS Watchdog process... [info] PCCIS Watchdog has been started correctly.
-
The PrizmDoc Server base URL will be:
http://localhost:18681
. For example, the Work File Service REST API will be available viahttp://localhost:18681/PCCIS/V1/WorkFile
URL.