Trying to make this work on my server. Testing...

This commit is contained in:
Scott Idem
2021-03-11 11:59:30 -05:00
parent 30e204219a
commit 82e95b1593
2 changed files with 4 additions and 0 deletions

View File

@@ -46,3 +46,7 @@ git switch new-branch-name
# Clone from Bitbucket: # Clone from Bitbucket:
git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-api-fastapi.git /srv/http/the_path_to_create 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