forked from kiskeyix/eis
-
Notifications
You must be signed in to change notification settings - Fork 0
Enterprise Inventory System
liv3010m/eis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Luis Mondesi <[email protected]> //2008-07-18 11:41 EDT// This is a hardware inventory application that stands the tests of time. It allows systems to be linked with others and keeps track of the applications running on them. = Requirements = * Template Toolkit * Class::DBI * Class::DBI::mysql * AppConfig (part of Template Toolkit) * Net::LDAP * XML::LibXML * XML::LibXSLT * Digest::MD5 = Installation = == Debian == - sudo apt-get install git-core - cd /usr/src; git clone git://git.kiskeyix.org/git/eis - cd eis - sudo apt-get install libapache2-mod-perl2 libtemplate-perl libclass-dbi-mysql-perl libnet-ldap-perl libxml-libxml-perl libdigest-md5-perl libxml-libxslt-perl - cp etc/cron.d/eis /etc/cron.d/eis - cp -r etc/eis /etc/eis - cp etc/apache/conf.d/apache-eis.conf /etc/apache2/conf.d/ - # make sure you edit /etc/eis/eis.conf and /etc/apache2/conf.d/apache-eis.conf - mkdir /var/lib/eis; chmod 0770 /var/lib/eis; chown www-data:www-data /var/lib/eis - sudo /etc/init.d/apache2 restart
About
Enterprise Inventory System
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Perl 90.0%
- CSS 4.4%
- XSLT 4.3%
- Other 1.3%