Asterisk-Stat: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "'''NOTE''': These instructions are not complete. If you have more information please let me know. = Install Python = <pre> yum install python </pre> = Install Django (via rpm..." |
(No difference)
|
Revision as of 03:08, 14 May 2011
NOTE: These instructions are not complete. If you have more information please let me know.
Install Python
yum install python
Install Django (via rpmforge)
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm rpm -Uhv rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm
yum install django python-django mod_python python-dateutil python-setuptools
Install Django
Download the latest django-uni-form
wget https://download.github.com/areski-django-uni-form-0.8.0-0-gd2a2b14.tar.gz tar xvzf areski-django-uni-form-0.8.0-0-gd2a2b14.tar.gz cd areski-django-uni-form-3a7c9d6 python setup.py build python setup.py bdist_egg easy_install dist/django_uni_form-0.8.0-py2.4.egg
Install South
easy_install south
Install CCS framework
Download the last ccs framework
wget https://download.github.com/joshuaclayton-blueprint-css-v1.0-7-gbc04acc.tar.gz tar xvzf joshuaclayton-blueprint-css-v1.0-7-gbc04acc.tar.gz cp -r joshuaclayton-blueprint-css-bc04acc/blueprint /some/where/not/sure/yet/
cdr-stats
Download the latest version of cdr-stats
wget https://download.github.com/areski-cdr-stats-v1.1.0-0-g7107bbd.tar.gz tar xvzf areski-cdr-stats-v1.1.0-0-g7107bbd.tar.gz cd areski-cdr-stats-7d95205/cdr_stats