21 lines
288 B
Markdown
21 lines
288 B
Markdown
# Niming Backend Appserver
|
|
|
|
## build
|
|
### with docker-compose
|
|
See ``docker-compose.yml`` (It is a template)
|
|
|
|
### Manual
|
|
Prepare:
|
|
```
|
|
apt update
|
|
apt install libmagic1 libmagic-dev -y
|
|
pip3 install -r requirements.txt
|
|
```
|
|
|
|
Run:
|
|
```
|
|
python3 app.py
|
|
```
|
|
|
|
> Shirakami Fubuki is the cutest fox!!!
|