Introduction
We have a public Docker image which makes it easy to evaluate PrizmDoc Viewer on a single machine: accusoft/prizmdoc-viewer-eval
.
NOTE: Follow the detailed steps in our Docker image readme to start, stop, and view the demo. We also include optional steps for providing a license key.
Requirements
To run the PrizmDoc Viewer Eval, you need a machine with Docker installed (a Docker host). See the Docker documentation for more information.
Minimum Required Hardware Resources
Before running, you MUST make sure that you've configured Docker to use the following minimum hardware resources:
- CPUs: 2
- Memory: 8 GB
NOTE: If you try to run this image with fewer CPUs or less memory, it may not function correctly.
Purpose
Running this image will:
- Start a demo web application at
http://localhost:8888
where you can easily explore the Viewer and its features using your own documents. - Start a complete PrizmDoc Viewer backend which you can begin using for local development of your application.
NOTE: The
accusoft/prizmdoc-viewer-eval
Docker image is only suitable for evaluation and local development. It is not suitable for a production deployment. You'll want to use theaccusoft/prizmdoc-application-services
andaccusoft/prizmdoc-server
Docker images instead. See the Admin Guide for more information.
Next Steps
Our "Hello Viewer" Samples help you understand the fundamentals of integrating PrizmDoc Viewer into a web application.