uncomment from ubuntu_setup
parent
d572941971
commit
8bc0dd65b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue