This commit is contained in:
Aevann1 2022-02-22 14:39:02 +02:00
parent 165e7e4a66
commit 05c1bd713b
6 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,7 @@
cd /Drama
sudo apt update
sudo apt -y upgrade
sudo apt -y install postgresql postgresql-contrib redis-server python3-pip gunicorn ffmpeg libenchant1c2a
sudo apt -y install postgresql postgresql-contrib redis-server python3-pip ffmpeg
cp pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
sudo service postgresql restart
sudo psql -U postgres -f schema.sql postgres