remotes/1693045480750635534/spooky-22
Aevann1 2022-05-20 20:42:18 +02:00
parent 028e6217c6
commit 9c978a13ac
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cp ./env /env
. /env
apt update
apt -y upgrade
apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx snapd
apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx snapd ufw
cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
service postgresql restart
psql -U postgres -f schema.sql postgres