orphan files, fix vm build
This commit is contained in:
parent
4d113c80c6
commit
00145a603b
2 changed files with 21 additions and 1 deletions
|
|
@ -42,10 +42,10 @@ cd /srv/pandora/pandora
|
|||
sudo -u pandora python manage.py syncdb --noinput
|
||||
echo "UPDATE django_site SET domain = 'pandora.local', name = 'pandora.local' WHERE 1=1;" | sudo -u pandora python manage.py dbshell
|
||||
|
||||
sudo -u pandora python manage.py update_static
|
||||
|
||||
mkdir /srv/pandora/data
|
||||
chown -R pandora:pandora /srv/pandora
|
||||
sudo -u pandora python manage.py update_static
|
||||
|
||||
cp /srv/pandora/etc/init/* /etc/init/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue