PrizmDoc Viewer Trial

The PrizmDoc Viewer Docker image makes it easy to evaluate our product on a single machine. Running the 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. It will also start a complete PrizmDoc Viewer backend which you can begin using for local development of your application.

For installation guidance, refer to the instructions below or visit our DockerHub page here.

Docker Container

Minimum Hardware Requirements

Before running this Docker image, you MUST configure Docker to use the following minimum hardware resources: 2 CPUs and 7.5 GB memory. If you try to run the image with fewer CPUs or less memory, it may not function correctly.

Getting Started

First, pull the latest version of this image:

docker pull accusoft/prizmdoc-viewer-eval:latest

Then, start a running container:

docker run --rm -p 8888:8888 -p 3000:3000 -p 18681:18681 -e ACCEPT_EULA=YES --name prizmdoc-viewer-eval accusoft/prizmdoc-viewer-eval:latest

 

Optional: Providing a License Key

 


 
The example above starts PrizmDoc Viewer without a license key in a limited evaluation mode. If you would like to do a full-featured evaluation of the product, contact us. If you have a license, you can provide it by setting two extra environment variables, LICENSE_SOLUTION_NAME and LICENSE_LICENSE_KEY:

docker run --rm -p 8888:8888 -p 3000:3000 -p 18681:18681 -e ACCEPT_EULA=YES -e LICENSE_SOLUTION_NAME=YOUR_SOLUTION_NAME -e LICENSE_KEY=YOUR_LICENSE_KEY --name prizmdoc-viewer-eval accusoft/prizmdoc-viewer-eval:latest

Just replace YOUR_SOLUTION_NAME and YOUR_LICENSE_KEY with the actual values.

 

Wait for the Start-Up Process to Complete

It will take a minute or two for the PrizmDoc Viewer backend to fully start. Eventually, you should see something like this:

============================================================
PrizmDoc Server is running at:
http://localhost:18681

PAS (PrizmDoc Application Services) is running at:
http://localhost:3000

Demo application will be started at:
http://localhost:8888
============================================================

Starting the demo application...

> prizmdoc-viewer-eval-demo@1.0.0 start /demo
> NODE_ENV=production node main.js

Application running at http://localhost:8888

Once you see this, the container is fully up and running.

 

Get the latest build of PrizmDoc Viewer:

This is the most current build of PrizmDoc Viewer that contains the latest bug fixes and improvements. Please review the release notes for information on these updates.  These new preview images are available on our docker hub page: https://hub.docker.com/u/accusoft

Using the Demo

After starting, you can view the demo app at http://localhost:8888 and start exploring the viewer and its features with your own documents.

Stopping

To stop the running Docker container, just use Ctrl+C in the same terminal where the container is running.

Alternately, you can stop the container by name: docker stop prizmdoc-viewer-eval

Next Steps

Take a look at our Sample Applications on GitHub:

NOTE: In evaluation mode, some features and functions may be disabled, images may be displayed with a watermark on them, and occasionally dialogs may be posted reminding you that PrizmDoc Viewer is in evaluation mode. After you have completed your evaluation and are ready to deploy to production, contact us to obtain a deployment license.