BEFORE YOU BEGIN:

You MUST have a PHP3-enabled web server for these scripts to work! 
Also, your web server should be configured to load files with the
extension '.phtml' ("AddType application/x-httpd-php3 .phtml")

- Unpack the tarball (which I'm assuming you've done if you're reading this)
  # tar xzf icradius-phpadmin-0.1.tar.gz

- Edit the config file (master.cfg) to match your database settings &
  optionally specify a logfile (only partially implemented)  You shouldn't
  need to change much else than the top 3 lines. 

- Copy the distribution somewhere into your web server tree
  # mkdir /usr/local/share/apache/htdocs/ic-admin
  # cp *.phtml master.cfg /usr/local/share/apache/htdocs/ic-admin

- Point your browser at http://your.web.site.com/ic-admin
