This commit is contained in:
Aevann1 2021-09-06 01:57:22 +02:00
parent 27955ecc86
commit 95aa82be45
2 changed files with 3 additions and 0 deletions

0
redis.conf Normal file
View file

3
setup
View file

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