Skip to content

Commit

Permalink
Merge pull request #10 from hamishwillee/run_glitch
Browse files Browse the repository at this point in the history
Add start.sh
  • Loading branch information
hamishwillee committed Jan 2, 2024
2 parents 5cdb473 + 28ca248 commit a33bd7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py collectstatic --no-input
gunicorn locallibrary.wsgi

0 comments on commit a33bd7b

Please sign in to comment.