master
Aevann1 2022-05-04 01:58:00 +02:00
parent 4f2f51b4d0
commit 0b1df45fcb
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 postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg
apt -y install git postgresql postgresql-contrib redis-server python3-pip libenchant1c2a ffmpeg tmux nginx
cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
service postgresql restart
psql -U postgres -f schema.sql postgres