Skip to content
Jeffrey Warren edited this page Aug 7, 2013 · 6 revisions

Welcome to the infrapix-flask wiki!

infrapix-flask web developer google doc is here

##Installation

(local installation on an Ubuntu/Debian system, not on a server)

  1. On the command line, run git clone https://github.com/Pioneer-Valley-Open-Science/infrapix-flask.git and then cd infrapix-flask to enter the new project directory.

  2. Install python dependencies if needed: run sudo apt-get install python python-pip python-matplotlib

  3. You may need to run sudo easy_install -U distribute but probably not... try skipping it first.

  4. Install python eggs (i think). Run sudo pip install flask

  5. Start the app by running python runLocally.py

  6. Celebrate

Clone this wiki locally