This commit is contained in:
Aevann1 2021-09-14 05:45:20 +02:00
parent 7aa5107d51
commit 79615d9731

2
setup
View file

@ -12,5 +12,5 @@ sudo psql -U postgres -f seed-db.sql postgres
sudo apt -y install python3-pip
sudo pip3 install -r requirements.txt
sudo apt -y install gunicorn
source ./env
. ./env
env