1. Install Python:
    Centos 5.x – yum install python-setuptools python-tools python-devel mod_python
  2. Install CDR Database (Supports MySQL, Postgresql, Sqlite3 and Oracle)
  3. Install Django: tested with version 1.2.1
    See http://www.djangoproject.com/download/
  4. 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).
  5. Install Dateutils: easy_install DateUtils
  6. 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
  7. 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/)