annotate service/arduinoNode/makefile @ 1143:d1bc88f67969

RgbPixelsAnimation and docker build updates Ignore-this: c79e4a64bb5ad8683aa837839e79785b darcs-hash:bcc0201b2aaf3a1f1f689a6437eef8298970c58a
author drewp <drewp@bigasterisk.com>
date Sat, 03 Mar 2018 18:09:34 -0800
parents 34fa399dc5c9
children 13b2a61650c1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1141
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
1 build_image:
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
2 (cd /my/proj/homeauto/lib; tar czf /my/site/projects/rdfdb/more.tgz *.py)
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
3 docker build --network=host -t bang6:5000/arduino_node .
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
4 docker push bang6:5000/arduino_node
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
5
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
6 shell:
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
7 docker run -it --net=host bang6:5000/arduino_node /bin/sh
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
8
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
9 local_run:
34fa399dc5c9 docker and makefile for arduinoNode
drewp <drewp@bigasterisk.com>
parents:
diff changeset
10 docker run -it -p 9059:9059 --device=/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900cepU-if00-port0 --net=host bang6:5000/arduino_node python ./arduinoNode.py -v