Intallation =========== Follow these step to install Podis Dependancy ---------- Podis depends on following software * Python 2.6 * Pymongo In order to know the precise list of dependancies, read the file setup.py ( *install_requires* variable especially ) 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