From 82e95b1593109fec41ddaff132c80468e1b8c9aa Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 11 Mar 2021 11:59:30 -0500 Subject: [PATCH] Trying to make this work on my server. Testing... --- admin/documentation/.run locally.txt.kate-swp | Bin 863 -> 0 bytes admin/documentation/run locally.txt | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100644 admin/documentation/.run locally.txt.kate-swp diff --git a/admin/documentation/.run locally.txt.kate-swp b/admin/documentation/.run locally.txt.kate-swp deleted file mode 100644 index 80b741b604ab671669f60cf2edc297e1587b7fd0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 863 zcmeH_%}N6?5XZBApT!4=;L&VqMa14K6hXmNdJ*cFO}Ak`vLxB+8|Z6z@fCa*-#}3C z5u9{OqvFN8hh_f1%#VQ`h7huO0#4H87HWE|3Q4mt+ElUCBBzWsCD@#HI)@bMIxay~Jq*~m)h3t5((WQNQGm6ynYIJw zLVVfsaOR^7LP%>_p|i37b4W{7aU|Y0VvJ}>W3>52n!S5x7bPt0#}Is)PY_VM#z>|c zS2qsrT*{h3p{9}^AR1X{Nc+kE%Kp5vb3Cubm3`YFiL$_vzrrT)lIJS$vS$@|#j^;! U>RAU~^K1gId;T(S!!zxF0w2Qm=l}o! diff --git a/admin/documentation/run locally.txt b/admin/documentation/run locally.txt index 8788a62..d8bcbd0 100644 --- a/admin/documentation/run locally.txt +++ b/admin/documentation/run locally.txt @@ -46,3 +46,7 @@ git switch new-branch-name # Clone from Bitbucket: git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-api-fastapi.git /srv/http/the_path_to_create + + + +gunicorn --bind unix:/home/scott/OSIT_dev/aether_api_fastapi/gunicorn.sock --umask 007 app.main:app --workers 2 --worker-class uvicorn.workers.UvicornWorker --access-logfile admin/log/access.log --error-logfile admin/log/error.log, --log-file admin/log/log.log --capture-output --keep-alive 5 --reload