Introduction
We have a public Docker image which makes it easy to evaluate PrizmDoc Viewer on a single machine: accusoft/prizmdoc-viewer-eval
.
Requirements
To run the PrizmDoc Viewer Eval, you need a machine with Docker installed (a Docker host). See the Docker documentation for more information.
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.