This commit is contained in:
Aevann1 2021-09-06 01:34:56 +02:00
parent b00ae54213
commit 9e6c8b5b16
3 changed files with 47 additions and 1 deletions

2
setup
View file

@ -5,6 +5,8 @@ sudo apt install redis-server
rm /etc/redis/redis.conf
cp /drama/redis.conf /etc/redis/redis.conf
sudo systemctl restart redis.service
rm /etc/postgresql/12/main/pg_hba.conf
cp /drama/pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
apt install python3-pip
sudo pip3 install -r requirements.txt
cp env /env