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 this wiki locally