INSTALLATION INSTRUCTIONS FOR BRICKS SITE BUILDER
The latest version of Bricks Site Builder can be obtained from the following URI:
http://www.sourceforge.net/projects/bricks
System requirements:
To install:
untar HTML-Bricks-x.xx.tgz.
cd to HTML-Bricks-x.xx.
then type the following:
perl Makefile.PL
make
make install
Then modify Apache's httpd.conf to something like the following:
<Location />
SetHandler perl-script
PerlHandler HTML::Bricks
</Location>
You can readup on the above changes in the Apache documentation.
Restart your web-server.
Then http://your.web.server/ and see if you get the 'Congratulations!' page.
It would be a great service to the developers of Bricks Site Builder if you could report any installation problems as bugs on www.sourceforge.net/projects/bricks. The faster we know about these bugs, the faster we can fix them.