fd
This commit is contained in:
parent
b00ae54213
commit
9e6c8b5b16
3 changed files with 47 additions and 1 deletions
2
setup
2
setup
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue