Help
Features
Typing
./instiki
will start up Instiki, using either Mongrel (if you have it installed) or WEBrick. If you have Mongrel installed, but nonetheless wish to start up Instiki using WEBrick, type
./instiki webrick
Either way, Instiki will run in the foreground, and will quit when you type Cntrl-C.
If you want Instiki to run in the background, type
./instiki --daemon
or
./instiki webrick --daemon
There are several other commandline flags that may be of interest.
-d, --daemon-p, --port=port-b, --binding=ip-c, --config=file-u, --debugger-e, --environment=name-P, --path=/path-h, --help