Running with Docker » History » Version 1
Luke Murphey, 06/03/2019 05:25 PM
1 | 1 | Luke Murphey | h1. Running with Docker |
---|---|---|---|
2 | 1 | Luke Murphey | |
3 | 1 | Luke Murphey | You will need to have Docker already installed. |
4 | 1 | Luke Murphey | |
5 | 1 | Luke Murphey | # Download a zip file of the project from https://github.com/LukeMurphey/textcritical_net |
6 | 1 | Luke Murphey | # Unzip the downloaded file |
7 | 1 | Luke Murphey | # Put a copy of the database in the var directory of the source-code |
8 | 1 | Luke Murphey | # Build the docker image: docker build -t textcritical . |
9 | 1 | Luke Murphey | # Start the docker image: docker run -p 8080:8080 textcritical |