From 0417d18961136f0305808194bb618324efbb609e Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 16 Oct 2014 15:25:38 +0000 Subject: [PATCH] Fixes on installation --- orchestra/bin/orchestra-admin | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/orchestra/bin/orchestra-admin b/orchestra/bin/orchestra-admin index 2dc33dd9..7efc5b22 100755 --- a/orchestra/bin/orchestra-admin +++ b/orchestra/bin/orchestra-admin @@ -168,8 +168,9 @@ function install_requirements () { orchestra-orm==dev \ django-debug-toolbar==1.2.1 \ django-nose==1.2 \ - sqlparse - requests" + sqlparse \ + requests \ + --allow-external orchestra-orm --allow-unverified orchestra-orm" fi # Make sure locales are in place before installing postgres @@ -181,7 +182,7 @@ function install_requirements () { run apt-get update 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 if [[ ! -e /usr/local/share/ca-certificates/cacert.org ]]; then