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:
committed by
David Baumgold
parent
9971c799b2
commit
947908e028
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user