From c57118ec5b0b10a2559020ff98e0eabaa3011c16 Mon Sep 17 00:00:00 2001
From: owanes <owain.jones@noc.ac.uk>
Date: Wed, 14 Oct 2015 15:08:53 +0100
Subject: [PATCH] update install.sh

---
 install.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 74a0f22..d06beb2 100644
--- a/install.sh
+++ b/install.sh
@@ -19,6 +19,9 @@ yum update
 # Install needed tools
 yum install git rsync wget vim ansible tmux htop iotop dstat lsof
 
+# And inotify tools
+yum install inotify-tools incron
+
 # And development tools (needed to compile python libs from pip)
 yum groupinstall "Development Tools"
 
@@ -81,10 +84,12 @@ firewall-cmd --reload
 # Pull glider website and glider scripts from git repos
 mkdir -p /home/gliders/code
 mkdir -p /home/gliders/pythonenv
+virtualenv /home/gliders/pythonenv
 cd /home/gliders/code
 ssh-keygen
-# Add contents of /home/gliders/.ssh/id_rsa.pub to GitLab
+# Add contents of /home/gliders/.ssh/id_rsa.pub to GitLab, then:
 git clone git@gitlab.noc.soton.ac.uk:allore/Website-Scripts.git
+git clone git@gitlab.noc.soton.ac.uk:owanes/gliders-testwebsite.git
 
 # Restart (needed to get firewall to open ports for web, kernel might be
 # updated etc.)
-- 
GitLab