diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-05-08 15:11:43 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-05-08 15:11:43 +0200 |
commit | af9a801eb6c21c1c9087f1f8f910b98c4ad1ecc6 (patch) | |
tree | 016e6d2c4d909eb689cb7fe4aac8000697cef0f9 /README.md | |
parent | 020db3676e8571f90b083e4dbbe620080a34950d (diff) |
Update docs and dependency list
And a magic tool of nastyness to get that list from a functional system.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -3,3 +3,44 @@ Tools, hacks, scripts and other things used by Tech:Server to keep things running smoothly during The Gathering. Licensed under the GNU GPL, version 2. See the included COPYING file. + +# Dependencies + +For the perl stuff, you may need the following Debian packages: + +- libcapture-tiny-perl +- libcgi-pm-perl +- libcommon-sense-perl +- libdata-dumper-simple-perl +- libdbi-perl +- libdigest-perl +- libgd-perl +- libgeo-ip-perl +- libhtml-parser-perl +- libhtml-template-perl +- libimage-magick-perl +- libimage-magick-q16-perl +- libjson-perl +- libjson-xs-perl +- libnetaddr-ip-perl +- libnet-cidr-perl +- libnet-ip-perl +- libnet-openssh-perl +- libnet-oping-perl +- libnet-rawip-perl +- libnet-telnet-cisco-perl +- libnet-telnet-perl +- libsnmp-perl +- libsocket6-perl +- libsocket-perl +- libswitch-perl +- libtimedate-perl +- perl +- perl-base +- perl-modules + +`apt-get install libcapture-tiny-perl libcgi-pm-perl libcommon-sense-perl libdata-dumper-simple-perl libdbi-perl libdigest-perl libgd-perl libgeo-ip-perl libhtml-parser-perl libhtml-template-perl libimage-magick-perl libimage-magick-q16-perl libjson-perl libjson-xs-perl libnetaddr-ip-perl libnet-cidr-perl libnet-ip-perl libnet-openssh-perl libnet-oping-perl libnet-rawip-perl libnet-telnet-cisco-perl libnet-telnet-perl libsnmp-perl libsocket6-perl libsocket-perl libswitch-perl libtimedate-perl perl perl-base perl-modules` + +You will also need SNMP mibs. For conveneince: + +`tools/get_mibs.sh` |