Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install booki

How to install booki

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install booki
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3 Available View build log
Windows (64-bit)
0.3 Available View build log
Mac OS X (10.5+)
0.3 Available View build log
Linux (32-bit)
0.3 Available View build log
Linux (64-bit)
0.3 Available View build log
 
License
GPL
Lastest release
version 0.3 on Jan 5th, 2011

FLOSS Manuals Booki

A booki is like a wiki, but instead of ending up with a web page you get a book. Booki is built on top of the Django web framework.

INSTALLATION

You can install Booki from PyPi via "easy_install booki" or from Git - a code versioning respository.

This assumes a Debian GNU/Linux server. If you have installed Booki via easy_install got to step 2, otherwise start at step 0 to use Git

STEP BY STEP INSTALL

0/ Obtain latest code from Git:

$ git clone git://booki-dev.flossmanuals.net/git/booki.git

You may need to switch to different branch in Git, like so $ git checkout -t origin/sputnik

1/ Install Django - version 1.1.1, and SimpleJSON:

$ easy_install django
$ easy_install simplejson

2/ Install the Redis Server - http://code.google.com/p/redis/

$ apt-get install redis

3/ Customise settings.py

$ cd $BOOKI_INSTALL_PATH/lib/booki
$ vi settings.py

Pay attention to the database settings, eg db name, db username, db password, timezone

4/ Configure the database:

$ cd $BOOKI_INSTALL_PATH/lib/booki
$ ./manage.py syncdb

5/ Start the test server via the console:

$ cd $BOOKI_INSTALL_PATH/lib/booki
$ ./manage.py runserver

Validating models... 0 errors found

Django version 1.1.1, using settings 'booki.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C.

If you need to bind to a external IP and/or different port you can start the server like:

$ ./manage.py runserver 10.1.1.1:4444

6/ Connect using the webserver to this URL , et viola, you have the Booki web interface.

7/ If you want to host the django app via Apache2, see the booki-apache-virthost file.

Contents of the Booki package

lib/ python modules, django application

tools/ scripts for importing books from other formats, CMSs

tests/ testing scripts

site_media/ static web resources - JS, CSS, Xinha, images

Change history
0.3 (2010-03-15)
  • Release 0.3 during code sprint in Pukerua Bay, NZ [Andy Nicholson]
0.2 (2010-03-14)
  • Release 0.2 during code sprint in Pukerua Bay, NZ [Andy Nicholson]
0.1 (2010-03-12)
  • Initial Release for 0.1 test release to pypi [Andy Nicholson]
Contributors

Aleksandar Erkalovic Douglas Bagnall Adam Hyde Laleh Torabi Patrick Davison Andy Nicholson

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.