Install python and node prerequisites before trying to run django-admin

This commit is contained in:
Calen Pennington
2013-06-19 09:01:52 -04:00
parent 2de645599a
commit fc6043876a

View File

@@ -494,6 +494,7 @@ cd $BASE
pip install argcomplete
cd $BASE/edx-platform
bundle install
rake install_prereqs
mkdir -p "$BASE/log"
mkdir -p "$BASE/db"