About Download Docs Changes

Standalone server

To start playing with Hatta, you just have to start that python script. It will create two directories in the directory in which you start it:

The first one will contain all the wiki pages. It also contains a Mercurial repository, in order to keep track of changes to those pages. The second one contains a number of index files, needed to perform fast searches.

If you start the script in an existing Mercurial repository, it will use that repository instead of creating a new one.

The server will by default run on port 8080 on all your interfaces, so you can access it by typing http://localhost:8080 in your web browser.

You can change these defaults, see Script settings.