remotes/1693045480750635534/spooky-22
Aevann1 2021-09-15 06:01:59 +02:00
parent 0a3522e6a0
commit 3deeb39276
1 changed files with 0 additions and 2 deletions

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