Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
atlas
please-install
Commits
7b2863d6
Commit
7b2863d6
authored
Sep 07, 2017
by
Matthieu Boileau
Browse files
Add ganglia-web
parent
ee7f6481
Changes
1
Hide whitespace changes
Inline
Side-by-side
ganglia/install.sh
0 → 100755
View file @
7b2863d6
#!/bin/bash
set
-x
cd
/data/software/sources
mkdir
ganglia
cd
ganglia
wget https://sourceforge.net/projects/ganglia/files/ganglia-web/3.7.2/ganglia-web-3.7.2.tar.gz
tar
xfz ganglia-web-3.7.2.tar.gz
mv
ganglia-web-3.7.2 /var/www/ganglia2
cd
/var/www/ganglia2
make
install
cd
/etc/apache2/sites-enabled/
ln
-s
/var/www/ganglia2/apache.conf
Write
Preview
Supports
Markdown
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