Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.02 KB

install.rst

File metadata and controls

36 lines (21 loc) · 1.02 KB

Install

Dependencies

  • Docker
  • A working Internet connection to pull the container on the first run
  • A index.rst file

Please follow the installation guide of Docker or consult the documentation of your Operating System to install Docker.

That is all !

You do not need to install anything else.

The first time you run plone-docsbuilder it will automatically pull the application container from Docker Hub.

In case you prefer to pull (download) the container yourself do the following:

docker pull testthedocs/plone-docsbuilder

This will download the latest version of the container.

If you for some reason want or need to use a certain version (release), you can do that too:

docker pull testthedocs/plone-docsbuilder:0.0.1

Please check the Changelog to find out more changes and releases.