Installation Overview
WANdoc is provided as a tarball (gzipped tar file). To install,
you should perform the following steps in order:
-
If you don't already have them installed, then install:
- a DBMS (MySQL or Postgres)
- an http daemon (optional, adds funtionality)
- perl5 and the DBI/DBD and CGI perl modules (CGI is
optional)
-
Make sure the WANdoc host (and a new user account, described
below) can access copies of your router configs.
-
Make sure that the WANdoc host has access to the syslog file
that your routers log trouble to. This is optional but
adds a lot of functionality.
-
Create a new Unix account on the WANdoc host
-
Login to the new account and untar the WANdoc tarball into the
new account's home directory.
-
Create a new username in the DBMS and grant it permission to
create a database (scripts for this are provided).
-
Run the Install.sh script (which only modifies the new home
directory) and answer the questions which it asks.
-
Modify rc.wandoc if you changed your mind about the answers to
the Install.sh questions.
-
Make sure that your http daemon will serve up data from the
WANdoc output directory and will run the three WANdoc CGI
programs.
-
Run the WANdoc test program and correct any problems it may find.
-
Run WANdoc and (optionally) add it into crontab.