Commit 947908e0 by Xavier Antoviaque Committed by David Baumgold

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.
parent 9971c799
...@@ -543,7 +543,7 @@ mkdir -p "$BASE/log" ...@@ -543,7 +543,7 @@ mkdir -p "$BASE/log"
mkdir -p "$BASE/db" mkdir -p "$BASE/db"
mkdir -p "$BASE/data" mkdir -p "$BASE/data"
rake django-admin[syncdb] rake django-admin[syncdb,lms,dev,--noinput]
rake django-admin[migrate] rake django-admin[migrate]
rake cms:update_templates rake cms:update_templates
# Configure Git # Configure Git
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment