This is an INCOMPLETE and possible BUGGY pre-release.

quick-install:

  Get:
	* vlib (http://www.it.teithe.gr/~v13)
	* php (http://www.php.net)
	* postgresql (http://www.postgre.org)
	* net-snmp (http://www.net-snmp.org)

  Install them.

  install netinfo:
  ./configure --enable-static-vlib
  make
  make install

  setup apache to have ${prefix}/www accessible 
  *** PASSWORD PROTECT THE URL! ***

  go to ${prefix}/etc
  rename db.inc.sample to db.inc
  rename netinfo.conf.sample to netinfo.conf
  edit them

  create a postgre database for netinfo3:
  $ createdb netinfo3

  go to ${prefix}/db and issue:
  $ psql -f create.sql netinfo3
  $ psql -f vendors.sql netinfo3

  go to the web based interface and add some devices

  go to ${prefix}/bin and run ./netinfo
  no errors should occur (Empty 'Error:' lines are OK)

  set a cronjob to run ${prefix}/bin/netinfo every N minutes
  (I use 10 minutes)

---

You can find the complete documentation in:

	doc/netinfo.pdf

---

For comments, requests, bugs mail me at
	v13@priest.com

