Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 876 Bytes

INSTALL.md

File metadata and controls

23 lines (18 loc) · 876 Bytes

Prior to installing, install djeventstream and loghandlersplus:

https://github.com/edx/djeventstream
https://github.com/edx/loghandlersplus

To install a development setup:

sudo apt-get install python-pip python-matplotlib python-scipy emacs mongodb apache2-utils python-mysqldb subversion ipython nginx git redis-server
git clone https://github.com/edx/insights
cd insights
pip install -r requirements.txt    
cd src
python manage.py syncdb
python manage.py migrate
python manage.py runserver localhost:9022

To install a setup to build from:

sudo apt-get install python-pip python-matplotlib python-scipy emacs mongodb apache2-utils python-mysqldb subversion ipython nginx git redis-server
git clone https://github.com/edx/insights
cd insights
pip install -r requirements.txt    
sudo python setup.py install