This commit is contained in:
Aevann1 2021-09-15 06:01:59 +02:00
parent 5930a3cf2b
commit 1124e28a71

2
setup
View file

@ -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