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

2
setup
View File

@ -7,6 +7,8 @@ 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