NAFC Aircraft Tracking Demo Setup Install jsenv (rbenv for node) brew install https://raw.github.com/johnlayton/farmclose/master/jsenv.rb Install node v0.10.18 jsenv install 0.10.18 && jsenv rehash Install yeoman npm install -g yo Install forever npm install -g forever Install nodemon npm install -g nodemon Install dependencies using bower bower install Running Install dependencies and start the server application npm install &&\ jsenv rehash &&\ GATEWAY_USERNAME=_username_ GATEWAY_PASSWORD=_password_ npm run-script debug Start the client application open "http://_your_ip_address_:8080 Installing Run install script install.sh _username_ _password_