###Prerequesites
- Install node.js from http://nodejs.org
- Make sure you install git from http://git-scm.com
Install flightplan globally
npm install -g flightplan
Install flightplan in your project folder
###Prerequesites
Install flightplan globally
npm install -g flightplan
Install flightplan in your project folder
##Setup your server (this would ideally be done with automated provisioning)
npm install -g forever##Install flightplan
npm install -g flightplannpm install flightplan --save-dev| { | |
| "cssconf": { | |
| "location": { | |
| "date": "September 12, 2014", | |
| "country": "Germany", | |
| "city": "Berlin", | |
| "venue": "Radialsystem V", | |
| "lat": 52.51039, | |
| "long": 13.42864 | |
| }, |
Jake Archibald (@jaffathecake): The ServiceWorker is coming; look busy
https://speakerdeck.com/jaffathecake/the-serviceworker-is-coming-look-busy
https://github.com/jakearchibald/trained-to-thrill/
https://www.youtube.com/watch?v=SmZ9XcTpMS4
Hunter Loftis (@hunterloftis): We Will All Be Game Progmrammers
http://wwabgp.herokuapp.com/s
http://youtu.be/QX0eauXBKwc
CarterRabasa (@carterrabasa): A Community of People; Not Projects
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.apocrathia.sickrage</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/bin/python</string> | |
| <string>/Users/ianyoung/Sites/Sickrage/SickBeard.py</string> |
| fs = require('fs') | |
| Flightplan = require("./.node_modules/flightplan") # we need to install flightplane to .node_modules for meteor to ignore it | |
| path = require('path') | |
| plan = new Flightplan() | |
| releaseFile = "release.tar.tgz" # name of the bundle generated by meteor | |
| workPath = '/home/user/path' # path to the project folder | |
| releaseFolder = 'rel' + Date.now() |
| docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash |
I have spent quite a bit of time figuring out automounts of NFS shares in OS X...
Somewhere along the line, Apple decided allowing mounts directly into /Volumes should not be possible:
/etc/auto_master (see last line):
#
# Automounter master map
#
+auto_master # Use directory service
| #!/usr/bin/env bash | |
| DOMAIN=$1 | |
| if [ -z "$DOMAIN" ]; then | |
| echo -n 'Enter root domain (no www): ' | |
| read input_d | |
| DOMAIN=$input_d | |
| fi |
| # Hosts file to access US Netflix using Unblock US without their DNS. | |
| 67.216.222.61 movies.netflix.com | |
| 67.216.222.65 cbp-us.nccp.netflix.com | |
| 67.216.222.130 movies1.netflix.com | |
| 67.216.222.104 movies2.netflix.com | |
| 147.255.171.14 netflix.com | |
| 147.255.171.7 moviecontrol.netflix.com | |
| 69.197.181.166 api-global.netflix.com | |
| 67.216.222.83 api-us.netflix.com | |
| 147.255.227.2 api.netflix.com |