
CacheFu:  Varnish-only configuration

To generate configs, first edit the makeconfig.cfg file with the
appropriate values and then run the makeconfig script.

% export PYTHONPATH=$PYTHONPATH:/path/to/zope/lib/python
% python makeconfig

The makeconfig script generates a Varnish configuration file
based on values in a config file specified with the -c option
(defaults to makeconfig.cfg).  The file is built from a template
in the directory specified with the -t option (defaults to ./templates)
and written to the directory specified with the -o option
(defaults to ./output).  

Once you have generated the files, you can deploy it by running
the "deploy" script in your output directory.

