From 291f0601703e7c2e45afce88fd0dce3b9c6e1083 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 6 Sep 2021 01:57:22 +0200 Subject: [PATCH] fd --- redis.conf | 0 setup | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 redis.conf diff --git a/redis.conf b/redis.conf new file mode 100644 index 000000000..e69de29bb diff --git a/setup b/setup index 10a20822b..3cb72601e 100644 --- a/setup +++ b/setup @@ -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