build instruction (#800)
This commit is contained in:
parent
dc501d3f40
commit
f22e1e16af
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ python3 -m venv venv
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
# create the data folder and the .env file
|
# create the data folder and the .env file
|
||||||
mkdir data && cp .env.example .env
|
mkdir data && cp .env.example .env
|
||||||
|
# build the static files
|
||||||
|
./venv/bin/python build.py
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Running the server
|
#### Running the server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue