Skip to content

johnlayton/inalacourt

Repository files navigation

NAFC Aircraft Tracking Demo

Setup

  1. Install jsenv (rbenv for node)
brew install https://raw.github.com/johnlayton/farmclose/master/jsenv.rb
  1. Install node v0.10.18
jsenv install 0.10.18 && jsenv rehash
  1. Install yeoman
npm install -g yo
  1. Install forever
npm install -g forever
  1. Install nodemon
npm install -g nodemon
  1. Install dependencies using bower
bower install

Running

  1. Install dependencies and start the server application
npm install &&\
jsenv rehash &&\
GATEWAY_USERNAME=_username_ GATEWAY_PASSWORD=_password_ npm run-script debug
  1. Start the client application
open "http://_your_ip_address_:8080

Installing

  1. Run install script
install.sh _username_ _password_

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors