From 9223295320e67ebd391b032cad5abac910c1f434 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 18 Jan 2017 13:14:39 -0500 Subject: [PATCH] add node source --- doc/production/first-deploy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/production/first-deploy.md b/doc/production/first-deploy.md index 19d2e386..ac1d7111 100644 --- a/doc/production/first-deploy.md +++ b/doc/production/first-deploy.md @@ -64,6 +64,9 @@ Run this in the metamaps directory, still as metamaps: #### Install node & ES6 modules + # this first line lets us use up-to-date versions of node.js + # instead of the old versions in the Ubuntu repositories + curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo aptitude install nodejs npm sudo ln -s /usr/bin/nodejs /usr/bin/node npm install