Intallation
===========

Follow these steps to install Podis


Dependancy
----------

Podis depends on following software
    * Python 2.6
    * Pymongo

Sources
-------

After installing these dependancies, you must download Podis itself.::

    git clone git://gitorious.org:infos-pratiques/podis.git
    cd podis/

Then, you can follow the step *Configuring*

Configuration
-------------

Configuration file is called *developement.ini*. This file is used to define the name of the database and the name of
the collection.::

    [app:main]
    # MongoDB Settings
    mongo.database = souk
    mongo.collection = podis

Installation
------------

To install Podis, run::

    sudo python ./setup.py develop --no-deps --prefix=/usr/local

