]> git.parisson.com Git - telemeta.git/commitdiff
fix bower_install
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 8 Dec 2015 16:11:20 +0000 (17:11 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 8 Dec 2015 16:11:20 +0000 (17:11 +0100)
examples/deploy/start_app.sh

index defae7406aa908da8c10543f785566d9388e6dfa..e82ddc89f98b594da05270c973e4f8f06a950c8c 100644 (file)
@@ -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