Running with Docker » History » Version 1
Version 1/14
-
Next » -
Current version
Luke Murphey, 06/03/2019 05:25 PM
Running with Docker¶
You will need to have Docker already installed.
- Download a zip file of the project from https://github.com/LukeMurphey/textcritical_net
- Unzip the downloaded file
- Put a copy of the database in the var directory of the source-code
- Build the docker image: docker build -t textcritical .
- Start the docker image: docker run -p 8080:8080 textcritical