Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.02 KB

Getting started with ezVIS and ezPAARSE

This repository has an example to quickly see what can be done with ezvis and ezpaarse CSV results (usage events).

Requirements

  • mongodb (installed and running)
  • node 0.10 or 0.12 (just install it)

To install ezvis, open a shell, and type

$ npm install -g ezvis

This step may take time as it gets files from the internet. Some logs should scroll the window, and you should return to the prompt.

Get example

ezPAARSE anonymous results (CSV data) are embeded in this repository and are located in this folder:

ezpaarse/
└── ec-3j-bibliovie-anonymes.csv

Run ezvis

Then go into the repository from the Command Prompt:

$ cd getting-started-with-ezvis

Then launch ezVIS's web server:

$ ezvis ezpaarse

and point your browser to http://localhost:35269/.