Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 720 Bytes

README.markdown

File metadata and controls

30 lines (16 loc) · 720 Bytes

Prerequisites

Kekswiki requires Pylons, Dulwich and html5lib. On a Debian-based system you can get all of these by issuing the following command as root:

apt-get install python-pylons python-dulwich python-html5lib

Installation and Setup

paster setup-app development.ini
paster serve --reload development.ini

Caution: Always set “debug = false” in configuration files for production sites and make sure your users do to.

Testing

A rudimentary set of unit tests is available. Try it with:

nosetests --with-pylons=test.ini