X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=examples%2FREADME;fp=examples%2FREADME;h=b29ef70d507a48f143cb77a962cbec60cf5e59f4;hp=0000000000000000000000000000000000000000;hb=7f8383098e49588529e3a203ed6d7bb2f27aef5c;hpb=c6df3d367a1f7bd7ac66ee93e4aa336b0eba15fa diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..b29ef70 --- /dev/null +++ b/examples/README @@ -0,0 +1,12 @@ +This directory contains some examples of more or less simple ashd +configurations. Each sub-directory contains a self-contained example +with a shell script called `run'. Simply run that script to start the +example, and examine it to see how it was made. All of them will start +an non-SSL HTTP server on port 8080. + +Note that ashd must be installed on the system to be able to run the +examples, including the default configuration files. + +The `python' sub-directory contains examples for using the Python +module. To run then, the Python module has to be installed and +accessible as well.