diff --git a/admin/documentation/.run locally.txt.kate-swp b/admin/documentation/.run locally.txt.kate-swp deleted file mode 100644 index 80b741b..0000000 Binary files a/admin/documentation/.run locally.txt.kate-swp and /dev/null differ 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