Netdot
De Linuxmemo.
Version du 5 novembre 2012 à 14:34 par Linuxmemo (discuter | contributions)
Network Documentation Tool project
sources: https://osl.uoregon.edu/redmine/
Sommaire |
Installation
$ sudo apt-get install apache2 apache2-dev libapache2-mod-perl2 libapache2-mod-perl2-dev build-essential libapreq2 $ sudo apt-get install rrdtool mysql-client mysql-server ### Choose a mysql 'root' admin password and remember it $ cd /path/to/netdot-1.0.2 $ sudo make install APACHEUSER=www-data APACHEGROUP=www-data $ make installdeps (voir Perl pour utilisation avec serveur proxy)
$mysql -u root -p'xxxxx' create database netdot; GRANT ALL PRIVILEGES ON netdot.* TO 'netdot'@'localhost' IDENTIFIED BY 'netdot' WITH GRANT OPTION; FLUSH PRIVILEGES; $ sudo make installdb DB_TYPE=mysql DB_HOST=localhost DB_NETDOT_USER=netdot DB_NETDOT_PASS=netdot
Configuration
$cd /usr/local/netdot/etc $cp Default.conf Site.conf $vim Site.conf
Commande
Automatisation
Astuces
Demo vmware
mdp netdot:netdot