Changeset - 0b2edd4de97a
[Not reviewed]
default
0 4 0
drewp@bigasterisk.com - 9 years ago 2016-06-10 03:25:31
drewp@bigasterisk.com
setup changes for laptop
Ignore-this: d66248aa8e10e157409fb873479de732
4 files changed with 8 insertions and 3 deletions:
0 comments (0 inline, 0 general)
bin/homepage
Show inline comments
 
@@ -33,4 +33,4 @@ http {
 
}
 
EOF
 
head -1 /tmp/light9_nginx_routes.conf
 
exec nginx -c $CONF
 
exec /usr/sbin/nginx -c $CONF
light9/web/index.html
Show inline comments
 
@@ -5,6 +5,7 @@
 
    <meta charset="utf-8" />
 
    <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
 
    <link rel="stylesheet" href="/style.css">
 
    <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
 
    <link rel="import" href="/lib/polymer/polymer.html">
 
  </head>
 
  <body>
light9/web/lib/bower.json
Show inline comments
 
@@ -15,7 +15,8 @@
 
    "rdfstore": "https://github.com/antoniogarrote/rdfstore-js.git#b3f7c0c9c1da9b26261af0d4858722fa982411bb",
 
    "N3.js": "https://github.com/RubenVerborgh/N3.js.git#04f4e21f4ccb351587dc00a3f26340b28d4bb10f",
 
    "shortcut": "http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js",
 
    "async": "https://github.com/caolan/async.git#^1.5.2"
 
    "async": "https://github.com/caolan/async.git#^1.5.2",
 
    "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.3"
 
  },
 
  "resolutions": {
 
    "paper-styles": "^1.1.4",
makefile
Show inline comments
 
@@ -46,6 +46,9 @@ link_to_sys_packages:
 
	ln -sf $(DP)/pygst.py $(SP)/
 
	ln -sf $(DP)/gst-0.10 $(SP)/
 
	ln -sf $(DP)/goocanvasmodule.so $(SP)/
 
	ln -sf $(DP)/cv2.x86_64-linux-gnu.so $(SP)/
 
	ln -sf $(DP)/cv.py $(SP)/
 
	ln -sf $(DP)/numpy $(SP)/
 

	
 
PYTHON=/usr/bin/pypy
 
PYTHON=/usr/bin/python
 
@@ -69,7 +72,7 @@ gst_packages:
 
	sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio 
 

	
 
packages:
 
	sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9 libffi-dev tix libzmq3 python-dev libssl-dev
 
	sudo aptitude install coffeescript freemind normalize-audio audacity python-pygoocanvas python-pygame gir1.2-goocanvas-2.0-9 libffi-dev tix libzmq3 python-dev libssl-dev python-opencv
 

	
 
bower:
 
	cd light9/web/lib; bower install
0 comments (0 inline, 0 general)