Sign inSign up

accusoft/prizmdoc-video

By accusoft

•Updated about 3 years ago

Docker image for the PrizmDoc Video.

Image
0

566

accusoft/prizmdoc-video repository overview

⁠PrizmDoc Video

PrizmDoc Video allows integration of video content into PrizmDoc!

Running this image will:

  1. Start a demo web application at http://localhost:3002⁠ where you can easily explore PrizmDoc Video and its features using your own videos.
  2. Start a complete PrizmDoc Video backend which you can begin using for local development of your application.

This Docker container allows easy evaluation of PrizmDoc Video on a single machine.

To run PrizmDoc Server as a Docker container, you simply need a Docker host (a machine with Docker installed). See the Docker documentation⁠ for more information.

⁠Getting Started

  1. Create a Docker network so the containers can communicate.

    docker network create prizmdoc
    
  2. 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.
    
  3. Run PrizmDoc Video.

    docker run --rm --network prizmdoc -p 3000:3000 -p 3002:3002 -e PRIZMDOC_SERVER_URL=http://prizmdoc-server:18681 --name prizmdoc-video accusoft/prizmdoc-video
    
  4. Navigate your browser to http://localhost:3002⁠.

⁠Beta

This is a beta feature that is not officially supported by Accusoft and its behavior can be changed at any time in a future version of the product. The feature should be used for evaluation purposes only and should not be used in production deployments. We're in the beta stage, so now's your time to send us feedback⁠ on what features you'd like to see in our future releases!

⁠Product Documentation

⁠Need Help?

Please refer to the Getting Started⁠ for the details on how to evaluate this feature.

Tag summary

Content type

Image

Digest

sha256:5a50a23ef…

Size

62 MB

Last updated

about 3 years ago

docker pull accusoft/prizmdoc-video