This commit is contained in:
Aevann1 2021-10-20 16:37:46 +02:00
parent 626795f9cb
commit d2c84bdb62
20 changed files with 57 additions and 332 deletions

4
setup
View file

@ -3,10 +3,6 @@ sudo apt update
sudo apt -y upgrade
sudo apt -y install postgresql postgresql-contrib
sudo apt -y install redis-server
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