Updated readme
This commit is contained in:
parent
968c19e3cf
commit
9fbdb9f3fb
19
README.md
19
README.md
@ -16,4 +16,21 @@ To start you need to create a virtual environment and load in the required depen
|
||||
python -m venv .venv
|
||||
./.venv/Scripts/Activate.ps1
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
### Pre-Requisites
|
||||
|
||||
- Docker daemon is installed and running.
|
||||
- Docker compose is installed.
|
||||
|
||||
### Instructions
|
||||
|
||||
In order to run the web app, simply use the command
|
||||
|
||||
```sh {"id":"01HKD0VRADDYQ92W22JN1FHA03"}
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
to run the container in a detatched mode.
|
Loading…
Reference in New Issue
Block a user