diff --git a/setup b/setup index 60513dc3ff..c09561711f 100644 --- a/setup +++ b/setup @@ -7,8 +7,6 @@ cp redis.conf /etc/redis/redis.conf sudo systemctl restart redis.service cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf sudo service postgresql restart -sudo psql -U postgres -f schema.sql postgres -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