Configure OpenACS
You need to edit one more configuration file before you can fire up AOLserver and get to the fun stuff—playing with your new prototype Web site. Log in as user acs, use cd to enter the parameters directory, and make a copy of the file ad.tcl named acspg-parameters.tcl. You'll need to add some lines to define values for server, servername, and host:
set server "acspg" set servername "Test OpenACS Server" set host "192.168.1.5:8000"
The distribution assumes that you've rooted the OpenACS directory tree at /web.
If you've followed my instructions thus far, you'll have to change the following line
set acs_root "/web/${server}"
to this line:
set acs_root "/home/acs/${server}"