forked from dwblair/infrapix
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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)
-
On the command line, run
git clone https://github.com/Pioneer-Valley-Open-Science/infrapix-flask.git
and thencd infrapix-flask
to enter the new project directory. -
Install python dependencies if needed: run
sudo apt-get install python python-pip python-matplotlib
-
You may need to run
sudo easy_install -U distribute
but probably not... try skipping it first. -
Install python eggs (i think). Run
sudo pip install flask
-
Start the app by running
python runLocally.py
-
Celebrate