mirror of
https://github.com/tjsga/scavenger-hunt-2022.git
synced 2025-04-03 20:00:18 -04:00
7 lines
187 B
Bash
Executable File
7 lines
187 B
Bash
Executable File
source /root/.local/share/virtualenvs/public-RqHYzL15/bin/activate
|
|
|
|
gunicorn hunt.wsgi -b $HOST:$PORT -w 1
|
|
|
|
# source /site/public/venv/bin/activate
|
|
|
|
# gunicorn app:app -b $HOST:$PORT -w 1 |