Skip to content

Commit ab6733a

Browse files
authored
Update setup.sh
1 parent 886e3ee commit ab6733a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ locale-gen en_GB.UTF-8
2020
#
2121
# python3 -m venv $PROJECT_BASE_PATH/env
2222

23-
# $PROJECT_BASE_PATH/env/bin/pip install -r $PROJECT_BASE_PATH/requirements.txt uwsgi==2.0.21
24-
$PROJECT_BASE_PATH/env/bin/pip install uwsgi
23+
# $PROJECT_BASE_PATH/env/bin/pip install -r $PROJECT_BASE_PATH/requirements.txt uwsgi
2524

2625
# Run migrations
26+
cd $PROJECT_BASE_PATH
2727
$PROJECT_BASE_PATH/env/bin/python $PROJECT_BASE_PATH/manage.py migrate
2828

2929
# Setup Supervisor to run our uwsgi process.

0 commit comments

Comments
 (0)