comparison makefile @ 1546:eeadad4a998e

pi setup docs and fixes Ignore-this: 170659e6fec5ac58741e4158dd27881b
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 19 May 2017 07:47:48 +0000
parents c8cffe82b537
children 1b42120d97f5
comparison
equal deleted inserted replaced
1545:c7e52977c5ca 1546:eeadad4a998e
76 bower: 76 bower:
77 cd light9/web/lib; bower install 77 cd light9/web/lib; bower install
78 cd light9/web/lib/N3.js; npm install; npm run browser 78 cd light9/web/lib/N3.js; npm install; npm run browser
79 cd light9/web/lib/d3; npm install 79 cd light9/web/lib/d3; npm install
80 80
81 raspberry_pi_packages:
82 sudo apt-get install python-picamera python-dev python-twisted python-virtualenv
83
81 raspberry_pi_virtualenv: 84 raspberry_pi_virtualenv:
82 mkdir -p env_pi 85 mkdir -p env_pi
83 virtualenv --system-site-packages env_pi 86 virtualenv --system-site-packages env_pi
84 87 env_pi/bin/pip install cyclone 'coloredlogs==6.0'
85 raspberry_pi_packages:
86 sudo apt-get install python-picamera python-dev python-twisted python-virtualenv
87 env_pi/bin/pip install cyclone 'coloredlogs==1.0.1'
88 88
89 darcs_show_checkpoint: 89 darcs_show_checkpoint:
90 darcs add --quiet --recursive ${LIGHT9_SHOW} 90 darcs add --quiet --recursive ${LIGHT9_SHOW}
91 darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW} 91 darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW}
92 92