| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| poppagetemplate.txt | 2007-09-14 | 590 Bytes | |
| uam.cgi | 2007-09-14 | 5.9 kB | |
| javascript.txt | 2007-09-14 | 3.0 kB | |
| pagetemplate.txt | 2007-09-14 | 1.1 kB | |
| UAMconfig.pm | 2007-09-14 | 2.9 kB | |
| UAMutils.pm | 2007-09-14 | 15.1 kB | |
| PATENTS | 2007-09-14 | 665 Bytes | |
| README | 2007-09-14 | 1.7 kB | |
| CREDITS | 2007-09-14 | 99 Bytes | |
| LICENSE | 2007-09-14 | 1.7 kB | |
| Totals: 10 Items | 32.7 kB | 0 | |
The UAM Center
-------------
1) Installation depends on what type of setup you plan on using
a) Unbranded
Copy *.cgi, *.pm, *.txt to a directory which can run CGIs
b) Branded, subdirectory based
Copy *.cgi, *.pm, *.txt to a "main" directory which can run CGI's
Configure your web server to invoke requests for the CGI
from the subdirectory, against the main directory. You
can also just create a soft link from the directory to
the main CGI
If changing any properties based on the branding, create a
UAMconfig.pm in the subdirectory with ONLY the override
values.
c) Branded, alias based
Copy *.cgi, *.pm, *.txt to a "main" directory which can run CGI's
Configure your web server to invoke requests for the CGI
from the alias, against the main directory. You
can also just create a soft link from the alias to
the main CGI
If changing any properties based on the branding, create a
UAMconfig.pm in the subdirectory with ONLY the override
values.
2) Make sure to set the .cgi executable.
3) Edit the UAMconfig.pm file(s). The file is commented internally.
4) If using $secretpernasfile, create a GDBM file with the NAS as the
key, and the secret as the data
5) Modify the *.txt files to suit your environment, using the included
ones as a model. The models use all replacables (%VARIABLE%), but
you don't have to.
6) Attempt to access the uam.cgi from a browser, and check the on screen
display and error file to determine if there are any issues
7) Use the mailing list for any issues.
Tuc
tuctboh@users.sourceforge.net
$Id: README 2 2007-09-14 21:22:59Z tuctboh $