Skip to content

How to Setup the Development Environment

Mike Pawlowski edited this page Dec 9, 2016 · 1 revision

(1) Download and Install Git CLI

(2) Test Git CLI Installation

$ git --version
git version 2.7.0.windows.1

(3) Download and Install Node

(4) Test Node Installation

$ node -v
v6.9.2

$ npm -v
3.10.9

(5) Install Grunt Task Runner

$ npm install grunt -g

(6) Test Grunt Task Runner

$ grunt --version
grunt-cli v1.2.0
grunt v1.0.1

(7) Clone Datascix Git Repository

$ git clone git@github.com:IBMDataScience/datascix.git

(8) Go to Datascix Directory

$ cd datascix

(9) Install Node Dependencies

$ npm install