mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 20:54:19 +00:00
Index
This commit is contained in:
parent
196fceecb4
commit
003d7c0e8c
1 changed files with 7 additions and 4 deletions
|
|
@ -1,13 +1,16 @@
|
|||
|
||||
up:
|
||||
docker-compose up -d
|
||||
docker ps
|
||||
|
||||
index: venv
|
||||
./venv/bin/python index.py
|
||||
|
||||
venv:
|
||||
python3 -m venv venv
|
||||
./venv/bin/pip install -U pip wheel
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
|
||||
up:
|
||||
docker-compose up -d
|
||||
docker ps
|
||||
|
||||
down:
|
||||
docker-compose down
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue