Commit c35aee7d by Piotr Mitros

Update INSTALL.md

parent 9db6ff8e
Note: These instructions may be obsolete. Prior to installing, install djeventstream and loghandlersplus:
https://github.com/edx/djeventstream
https://github.com/edx/loghandlersplus
To install a development setup: 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 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/ed-insights git clone https://github.com/edx/ed-insights
cd ed-insights cd insights
pip install -r requirements.txt pip install -r requirements.txt
cd src/edinsights/ cd src/edinsights/
python manage.py syncdb python manage.py syncdb
...@@ -14,7 +17,7 @@ To install a development setup: ...@@ -14,7 +17,7 @@ To install a development setup:
To install a setup to build from: 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 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/ed-insights git clone https://github.com/edx/insights
cd ed-insights cd insights
pip install -r requirements.txt pip install -r requirements.txt
sudo python setup.py install sudo python setup.py install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment