Commit fc604387 by Calen Pennington

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

parent 2de64559
......@@ -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"
......
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