Skip to content

Ubuntu 16.04.1 Installation

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

Install Instructions

The following instructions will allow you to set up the eCQM services on Ubuntu 16.04.1.

Install MongoDB

Follow the instructions at Digital Ocean.

Install Go

sudo apt-get install golang

Add the following to your HOME/.profile file

export GOPATH=$HOME/go

Install the calculation back end

Follow the instructions at the node-cqm-engine wiki.

Clone this wiki locally