-
Notifications
You must be signed in to change notification settings - Fork 8
Installation Guide
Poil edited this page May 1, 2015
·
13 revisions
aptitude install mysql-server mysql-client php5 libapache2-mod-php5 php5-mysql
cd /var/www/
wget https://github.com/Poil/CGraphz/archive/v2.44.tar.gz
# or git clone http://github.com/Poil/CGraphz.git && git checkout 2.40
mysql -u root -p
create database 'cgraphz';
source /var/www/CGraphz/sql/initial_cgraphz_2.20.sql;
source /var/www/CGraphz/sql/initial_cgraphz_2.20_patch.sql;
Edit /var/www/CGraphz/config/config.php Edit /var/www/CGraphz/config/databases.ini.php
- Open your webbrowser and goto http://localhost/CGraphz
- Login : admin
- Password : pass
- Goto Administration / Servers
- Add servers, you can enter a description
- Goto Administration / Projets
- Click on the project "test"
- Put some servers in this project
- Add the admin group to the permissions tab
- You can now go on dashboard and view your RRDs