mirror of
https://github.com/xingsu1021/pthelper.git
synced 2026-02-04 02:33:15 +08:00
11 lines
270 B
Bash
11 lines
270 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
|
|
#windows
|
|
#set APP_ENV=prod
|
|
#python3 manage.py migrate
|
|
#python3 manage.py runserver 0.0.0.0:80 |