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