- Install Python:
Centos 5.x – yum install python-setuptools python-tools python-devel mod_python - Install CDR Database (Supports MySQL, Postgresql, Sqlite3 and Oracle)
- Install Django: tested with version 1.2.1
See http://www.djangoproject.com/download/ - Get CDR-Stats:-
Either: git clone http://github.com/areski/cdr-stats.git for the latest development release
or: Download the latest tarball from http://github.com/areski/cdr-stats(Recommended). - Install Dateutils: easy_install DateUtils
- Install Django Uni-Form
Get the latest version from http://github.com/areski/django-uni-form/downloads and untar it, then:-
python setup.py build
python setup.py bdist_egg
easy_install dist/django_uni_form-0.8.0-py2.4.egg - Proceed to the Installation Guide for the remaining configuration and final steps.
Extra dependencies
——————————–
- The following are already included
- Jquery
- JqueryUI
- Jquery.dnd
- EnhanceJS (http://code.google.com/p/enhancejs/)