remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 01:48:25 +02:00
parent 4a622a7093
commit 76edf73407
2 changed files with 110 additions and 582 deletions

File diff suppressed because it is too large Load Diff

2
setup
View File

@ -8,6 +8,8 @@ cp redis.conf /etc/redis/redis.conf
sudo systemctl restart redis.service
rm /etc/postgresql/12/main/pg_hba.conf
cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
psql --u postgres -f schema.sql postgres
psql --u postgres -f seed-db.sql postgres
apt install python3-pip
sudo pip3 install -r requirements.txt
cp env /env