etc: Add environment option to run init.d/ashd silently.
[ashd.git] / examples / README
CommitLineData
7f838309
FT
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
fda48525 5a non-SSL HTTP server on port 8080.
7f838309 6
2737f953 7Note that ashd, including the default configuration files, must be
fda48525
FT
8installed on the system to be able to run the examples. See the
9INSTALL file for details thereof.
7f838309
FT
10
11The `python' sub-directory contains examples for using the Python
2737f953 12module. To run them, the Python module has to be installed and
7f838309 13accessible as well.