From 0e00c2552543a408730156ae2e848bbbf991fc9e Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 4 Oct 2014 13:26:54 +0000 Subject: [PATCH] deploy.sh: make sure git is installed --- scripts/container/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/container/deploy.sh b/scripts/container/deploy.sh index 98a26597..86b198aa 100755 --- a/scripts/container/deploy.sh +++ b/scripts/container/deploy.sh @@ -40,6 +40,7 @@ CURRENT_VERSION=$(python -c "from orchestra import get_version; print get_versio if [[ ! $CURRENT_VERSION ]]; then # First Orchestra installation + run "apt-get -y install git python-pip" run "git clone https://github.com/glic3rinu/django-orchestra.git ~/django-orchestra" echo $HOME/django-orchestra/ | sudo tee /usr/local/lib/python2.7/dist-packages/orchestra.pth sudo cp $HOME/django-orchestra/orchestra/bin/orchestra-admin /usr/local/bin/