Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
c57118ec
Commit
c57118ec
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
update install.sh
parent
a96a6807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
install.sh
install.sh
+6
-1
No files found.
install.sh
View file @
c57118ec
...
...
@@ -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.)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment