mirror of
https://github.com/xingsu1021/pthelper.git
synced 2026-02-09 13:16:23 +08:00
7 lines
176 B
Bash
7 lines
176 B
Bash
#!/bin/bash
|
|
|
|
#初始化数据库
|
|
python3 manage.py migrate
|
|
python3 manage.py runserver 0.0.0.0:80
|
|
|
|
#/usr/sbin/unitd --no-daemon --control 0.0.0.0:60081 --user root --group root |