Distribute the example files.
[ashd.git] / examples / README
... / ...
CommitLineData
1This directory contains some examples of more or less simple ashd
2configurations. Each sub-directory contains a self-contained example
3with a shell script called `run'. Simply run that script to start the
4example, and examine it to see how it was made. All of them will start
5an non-SSL HTTP server on port 8080.
6
7Note that ashd must be installed on the system to be able to run the
8examples, including the default configuration files.
9
10The `python' sub-directory contains examples for using the Python
11module. To run then, the Python module has to be installed and
12accessible as well.