2024-12-18 13:02:50 +08:00
|
|
|
# Niming Backend Appserver
|
2024-11-15 02:12:21 +08:00
|
|
|
|
2024-12-18 13:00:33 +08:00
|
|
|
## build
|
|
|
|
### with docker-compose
|
|
|
|
See ``docker-compose.yml`` (It is a template)
|
|
|
|
|
|
|
|
### Manual
|
2024-11-15 02:12:21 +08:00
|
|
|
Prepare:
|
|
|
|
```
|
|
|
|
apt update
|
|
|
|
apt install libmagic1 libmagic-dev -y
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
Run:
|
|
|
|
```
|
|
|
|
python3 app.py
|
|
|
|
```
|
|
|
|
|
2024-12-18 13:02:50 +08:00
|
|
|
> Shirakami Fubuki is the cutest fox!!!
|