update EasyBigdata since python3.5 has a bug in centos7

This commit is contained in:
2018-01-03 13:24:30 +08:00
parent 21384cb41b
commit 630280e880
2 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
make apps
: ${BOOTSTRAP_DIR:=/bootstrap}
if [ -d "$BOOTSTRAP_DIR" ]; then
run-parts $BOOTSTRAP_DIR
fi
/var/www/html/build/env/bin/desktop runserver 0.0.0.0:8888