Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Ubuntu 16.04.1 Installation

Andy Gregorowicz edited this page Jul 22, 2016 · 7 revisions

Install instructions for Ubuntu 16.04.1

These instructions will show you how to install the eCQM calculation services on Ubuntu.

Install MongoDB

Follow the instructions at Digital Ocean.

Install redis

sudo apt-get install redis-server

Install node.js

sudo apt-get install nodejs
sudo apt-get install npm

Clone the code and pull its dependencies

git clone https://github.com/mitre/node-cqm-engine.git
cd node-cqm-engine
npm install

Get the measure bundle

TODO: Need to publish modified measure bundle.

Run the back end

nodejs qr_monitor.js
nodejs calculation_job.js -b PATH_TO_BUNDLE/bundle.zip

Where PATH_TO_BUNDLE is the path to the measure bundle.

Clone this wiki locally