Fixes on installation
This commit is contained in:
parent
a7a399bcd6
commit
0417d18961
|
@ -168,8 +168,9 @@ function install_requirements () {
|
||||||
orchestra-orm==dev \
|
orchestra-orm==dev \
|
||||||
django-debug-toolbar==1.2.1 \
|
django-debug-toolbar==1.2.1 \
|
||||||
django-nose==1.2 \
|
django-nose==1.2 \
|
||||||
sqlparse
|
sqlparse \
|
||||||
requests"
|
requests \
|
||||||
|
--allow-external orchestra-orm --allow-unverified orchestra-orm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure locales are in place before installing postgres
|
# Make sure locales are in place before installing postgres
|
||||||
|
@ -181,7 +182,7 @@ function install_requirements () {
|
||||||
|
|
||||||
run apt-get update
|
run apt-get update
|
||||||
run apt-get install -y $APT
|
run apt-get install -y $APT
|
||||||
run pip install $PIP --allow-external orchestra-orm --allow-unverified orchestra-orm
|
run pip install $PIP
|
||||||
|
|
||||||
# Install ca certificates
|
# Install ca certificates
|
||||||
if [[ ! -e /usr/local/share/ca-certificates/cacert.org ]]; then
|
if [[ ! -e /usr/local/share/ca-certificates/cacert.org ]]; then
|
||||||
|
|
Loading…
Reference in New Issue