forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-06 01:57:22 +02:00
parent a3e90e5908
commit 291f060170
2 changed files with 3 additions and 0 deletions

0
redis.conf 100644
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