This commit is contained in:
Aevann1 2021-09-06 01:55:13 +02:00
parent 621b567244
commit 27955ecc86
2 changed files with 0 additions and 1406 deletions

3
setup
View file

@ -3,9 +3,6 @@ sudo apt update
sudo apt upgrade
sudo apt install postgresql postgresql-contrib
sudo apt install redis-server
sudo rm /etc/redis/redis.conf
sudo cp redis.conf /etc/redis/redis.conf
sudo systemctl restart redis.service
sudo rm /etc/postgresql/12/main/pg_hba.conf
sudo cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
sudo psql --u postgres -f schema.sql postgres