A simple wiki using Markdown
The user documentation for MarkWiki is at http://pythonhosted.org/MarkWiki/.
MarkWiki should be as simple as possible to set up. A basic working configuration should never need more than two steps.
- Install.
- Start.
Why? MarkWiki is aimed at teams that want a no fuss, no frills wiki. Simplicity trumps features.
Fork MarkWiki on GitHub and submit a pull request when you're ready.
Additional guidance is available in the developer documentation at Read the Docs.
From a command line, run:
$ pip install MarkWiki
$ markwiki
From the project's root directory, run:
$ python setup.py develop
$ markwiki