There are two example applications provided with AOLserver:
These example applications reside in the examples
directory under your server installation directory.
examples/tcl/bugtracker
directory to the top of your pages directory. The bugtracker
directory should be a subdirectory under your pages directory.
sample
.
/bugtracker/bugtracker.sql
and execute the SQL in the sample
database pool you just created by clicking Post SQL. This will create the tables and table customizations for the example, and it will also insert example data into the tables.
/bugtracker/index.html
to examine the application. The page contains a number of links to the various parts of the application and a description of how the application works.
examples/tcl/acme
directory to the top of your pages directory. The acme
directory should be a subdirectory under your pages directory.
sample
(if you have not already done so by installing the Bug Tracker example).
/acme/acme.sql
and execute the SQL in the sample
database pool you just created by clicking Post SQL. This will create the tables and table customizations for the example, and it will also insert example data into the tables.
/acme/index.html
to examine the application. The page contains a number of links to the various parts of the application and a description of how the application works.