THIS PAGE MIGHT NOT BE UP TO DATE
For more instructions, please see the files INSTALL and README.txt.
Source Checkout
To checkout code from the repository, use:
git clone git://booki-dev.flossmanuals.net/git/booki.git
Dependencies
- Django (version 1.2 is MINIMUM) - http://www.djangoproject.com/
- A database supported by Django, e.g.
- PostgreSQL - http://www.postgresql.org/
- Not MySQL though: it has problems with the Booki schemas. This causes database creation to fail.
- For development use, pysqlite is enough as well (and included in Python 2.5 on)
- Redis (version 2.0 is MINIMUM) - http://code.google.com/p/redis/
- SimpleJSON (version included in Python from version 2.6 on is not detected at the moment)
- lxml - http://codespeak.net/lxml/
