From 920a149e263ca78e4b70dafc7ecffb1e59910ac8 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 14 Aug 2018 10:47:11 +0100
Subject: [PATCH] Updates installation scripts

---
 scripts/clmc-service/install-clmc-service.sh | 3 ---
 scripts/clmc-service/install-neo4j.sh        | 7 -------
 2 files changed, 10 deletions(-)

diff --git a/scripts/clmc-service/install-clmc-service.sh b/scripts/clmc-service/install-clmc-service.sh
index 6cf943f..75a6453 100755
--- a/scripts/clmc-service/install-clmc-service.sh
+++ b/scripts/clmc-service/install-clmc-service.sh
@@ -27,11 +27,8 @@ apt-get install -y python3 python3-pip curl
 update-alternatives --install /usr/bin/python python /usr/bin/python3 10
 
 echo "----> Installing virtualenv and wrapper"
-apt-get install -y python3-virtualenv virtualenvwrapper
 pip3 install virtualenv
 pip3 install virtualenvwrapper
-pip3 install psycopg2-binary
-pip3 install influxdb py2neo
 
 ## CLMC-SERVICE
 ## ----------------------------------------------------------------------------------
diff --git a/scripts/clmc-service/install-neo4j.sh b/scripts/clmc-service/install-neo4j.sh
index 3182688..e0a7deb 100755
--- a/scripts/clmc-service/install-neo4j.sh
+++ b/scripts/clmc-service/install-neo4j.sh
@@ -57,10 +57,3 @@ while true; do
     [[ "${SECONDS}" -ge "${end}" ]] && exit 1
     sleep 1
 done
-
-#echo "----->Installing python libraries"
-#apt-get -y install build-essential libssl-dev libffi-dev python3-dev
-#apt-get -y install python3 python3-pip python3-setuptools
-#update-alternatives --install /usr/bin/python python /usr/bin/python3 10
-#apt-get update
-#pip3 install influxdb py2neo
-- 
GitLab