From: Guillaume Pellerin Date: Tue, 8 Dec 2015 16:11:20 +0000 (+0100) Subject: fix bower_install X-Git-Tag: 1.6b~7^2~41 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4b7f8216c10afc863a240eb05aa6b5778394912c;p=telemeta.git fix bower_install --- diff --git a/examples/deploy/start_app.sh b/examples/deploy/start_app.sh index defae740..e82ddc89 100644 --- a/examples/deploy/start_app.sh +++ b/examples/deploy/start_app.sh @@ -8,7 +8,7 @@ manage=$sandbox'/manage.py' wsgi=$sandbox'/wsgi.py' # stating apps -pip install django-haystack elasticsearch django-bower +pip install django-haystack elasticsearch # waiting for other services sh $app_dir/examples/deploy/wait.sh @@ -16,7 +16,7 @@ sh $app_dir/examples/deploy/wait.sh # django init python $manage syncdb --noinput python $manage migrate --noinput -python $manage bower install --noinput +python $manage bower_install -- --allow-root --noinput python $manage collectstatic --noinput python $manage telemeta-create-admin-user python $manage telemeta-create-boilerplate