1. What's Sioux?
~~~~~~~~~~~~~~~~

Sioux is a web server written in Nemerle, that serves web applications written in Nemerle

2. Installing Sioux.
~~~~~~~~~~~~~~~~~~~~

Sioux is now available only from SVN at nemerle.org. After getting sources type:

	make

to compile Sioux and documentation application(not complete)

3. Using Sioux.
~~~~~~~~~~~~~~~

To run Sioux type:

	make run

If you have written and compiled application, place it in webapps/ directory. To run it type

	http://hostname/webapp/MyAppName/

where hostname is name of host that runs sioux, and MyAppName is name of dll file placed in webapps/ directory.
For example if you compiled Hello.dll and placed it in webapps/ directory, run it by typping

	http://hostname/webapp/Hello/

4. Sioux documentation.
~~~~~~~~~~~~~~~~~~~~~~~

After compiling Sioux, documentation and a few examples are available at

	http://hostanme/webapp/Docs/