Install: Fix install script freeze (syncdb superuser account creation)

Since the output is passed through tee, when the django admin asks the
user if he would like to create a super user account, it blocks the
install, without even showing the question.

Disabled interactivity for syncdb.
This commit is contained in:
Xavier Antoviaque
2013-06-06 18:15:33 -03:00
committed by David Baumgold
parent 9971c799b2
commit 947908e028

View File

@@ -543,7 +543,7 @@ mkdir -p "$BASE/log"
mkdir -p "$BASE/db"
mkdir -p "$BASE/data"
rake django-admin[syncdb]
rake django-admin[syncdb,lms,dev,--noinput]
rake django-admin[migrate]
rake cms:update_templates
# Configure Git