Commit c57118ec authored by Owain Jones's avatar Owain Jones
Browse files

update install.sh

parent a96a6807
......@@ -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.)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment