An open API service indexing awesome lists of open source software.

https://github.com/bkawk/divergence2


https://github.com/bkawk/divergence2

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Divergence2 Detector
[![build status](https://secure.travis-ci.org/bkawk/divergence2.svg)](http://travis-ci.org/bkawk/divergence2)
[![Coverage Status](https://coveralls.io/repos/github/bkawk/divergence2/badge.svg?branch=master)](https://coveralls.io/github/bkawk/divergence2?branch=master)

### Prerequisites

First, install [npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)). Then install and run [mongodb](https://www.mongodb.com/)

### Setup

Install on-premise mongoDB
- download MongoDB
- add bin folder to your path

node-gyp windows:
npm install --global --production windows-build-tools


Install dependencies

npm install

Start the app
- set MongoDBPath: mongod --dbpath=[FolderPath]

- npm run now

Test the app

npm test