wfwalker / d2g

Distribute 2 Gecko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distribute to Gecko aka D2G

A service that makes it easy for developers to get Beta testers to install certified apps.

Dependencies

  • NodeJS 0.10.x
  • MongoDB 2.4.9
  • zip, unzip (UnZip, by Info-ZIP will work)

Installing on Ubuntu

# 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
$ 

Running Service

npm start

Resetting everything

npm run-script clean

About

Distribute 2 Gecko

License:MIT License


Languages

Language:CSS 84.5%Language:JavaScript 11.0%Language:Python 3.2%Language:Shell 1.1%Language:Scala 0.1%