Docker

November 20, 2019 ยท View on GitHub

1. Run Parsr

In the root of the repository, launch:

docker-compose up

This will start 2 containers :

Note: a docker volume will be created at first launch so that the data will be kept at containers restart.

2. Build Parsr

If you want to build parsr by yourself, at the root of the project, launch:

docker-compose -f docker-compose-build.yml build

This will build Parsr, along with its dependencies.