diff --git a/app.sh b/app.sh new file mode 100644 index 0000000000000000000000000000000000000000..720f024f4668c8b92f6e6965db16cab85dd9efad --- /dev/null +++ b/app.sh @@ -0,0 +1,2 @@ +kill -9 $(cat supervisord.pid) # ζ€ζŽ‰θΏ›η¨‹ +supervisord -c manager.conf \ No newline at end of file diff --git a/commands.txt b/commands.txt index 5f7e74d913513239ad338e886f879c9009c18a83..d20de45f10744b23434ddcb5cbfb0717adad2e9b 100644 --- a/commands.txt +++ b/commands.txt @@ -1,7 +1,8 @@ +. <(cat app.sh) +# supervisord -c manager.conf flask db init flask db migrate flask db upgrade -supervisord -c manager.conf pip install -i https://mirrors.cloud.tencent.com/pypi/simple --upgrade pip pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple