uncomment from ubuntu_setup

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-09 13:14:21 +02:00
parent d572941971
commit 8bc0dd65b5
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ chown postgres:postgres /etc/postgresql/14/main/pg_hba.conf
sudo rm /etc/nginx/sites-available -r
sudo rm /etc/nginx/sites-enabled/default
# psql -U postgres -f schema.sql postgres
# psql -U postgres -f seed-db.sql postgres
psql -U postgres -f schema.sql postgres
psql -U postgres -f seed-db.sql postgres
pip3 install -r requirements.txt
mkdir /songs
mkdir /images