Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docu:install [2012/05/28 20:13] – Ueli Heuer | docu:install [2015/02/28 01:01] (current) – Ueli Heuer | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Install ====== | ||
+ | ===== Prerequisites ===== | ||
+ | |||
+ | To install DVG you need at least following software installed on your server: | ||
+ | |||
+ | * Apache 2.0 (Other releases should work, but are not tested!) | ||
+ | * PHP 5.3 (Other releases could work, but are not tested!) | ||
+ | * PEAR libs: DB (>= V.1.6?), Text/ | ||
+ | * rrdtools, [[docu: | ||
+ | * cracklib (optional) | ||
+ | * Perl, with different CPAN-Libs installed. | ||
+ | * AJAX Toolkit: [[http:// | ||
+ | * CVS (to fetch the DVG software) | ||
+ | |||
+ | ==== PEAR Libs ==== | ||
+ | Following PEAR-Libs are used by the PHP pages: | ||
+ | DB | ||
+ | Config | ||
+ | Text/ | ||
+ | Net/ | ||
+ | Net/ | ||
+ | |||
+ | or as debian packages: | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | ==== Perl CPAN-Libs ==== | ||
+ | Following Libs are use in the various Perl scripts: | ||
+ | Config:: | ||
+ | DBI, DBD::MySql | ||
+ | FindBin | ||
+ | Getopt:: | ||
+ | Mail:: | ||
+ | MIME:: | ||
+ | MIME:: | ||
+ | RRDs | ||
+ | SNMP_util | ||
+ | Net::IP | ||
+ | Net::SNMP | ||
+ | Unix:: | ||
+ | | ||
+ | Crypt::DES | ||
+ | Crypt:: | ||
+ | | ||
+ | Net::Jabber | ||
+ | Net::Oping | ||
+ | |||
+ | |||
+ | as debian packet: | ||
+ | libconfig-auto-perl | ||
+ | libdata-dumper-simple-perl | ||
+ | libdbi-perl libdbd-mysql-perl | ||
+ | libmail-sendmail-perl | ||
+ | libmime-perl | ||
+ | librrdp-perl librrds-perl | ||
+ | libnet-snmp-perl libsnmp-session-perl | ||
+ | libnet-ip-perl | ||
+ | libsnmp-perl libnet-snmp-perl | ||
+ | libunix-syslog-perl | ||
+ | | ||
+ | libcrypt-des-perl | ||
+ | libcrypt-rijndael-perl | ||
+ | | ||
+ | libnet-jabber-perl | ||
+ | libnet-oping-perl | ||
+ | ===== Install Procedure ===== | ||
+ | On our [[http:// | ||
+ | |||
+ | {{tag> |