first commit

This commit is contained in:
zhbaor 2021-10-30 23:20:58 +08:00
commit 71af632d64
20 changed files with 1964 additions and 0 deletions

2
launch_uwsgi.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
uwsgi -s /tmp/piapp.sock --chmod-socket=666 --manage-script-name --mount /api=caller:APP --plugin python3