A service that makes it easy for developers to get Beta testers to install certified apps.
# install nodejs and mongodb manually for latest
$ sudo apt-get install mongodb unzip zip
$ cd d2g
$ cp config/config.js-dist config/config.js
# edit config.js audience if it isn't http://localhost:3000
$ cp config/secrets.js-dist config/secrets.js
$ npm install
$
npm start
npm run-script clean