fd
This commit is contained in:
parent
27955ecc86
commit
95aa82be45
2 changed files with 3 additions and 0 deletions
0
redis.conf
Normal file
0
redis.conf
Normal file
3
setup
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue