df
This commit is contained in:
parent
165e7e4a66
commit
05c1bd713b
6 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue