Skip to content
Snippets Groups Projects
Select Git revision
  • 6a47c26e4cf7014e9b8d172febeb3f0c3a7c9218
  • development default protected
  • master protected
  • demanda4
  • quilombola_shools
  • indigenas_territorial
  • social_support
  • institution
  • rotas_indigenas
  • indigenas_territorial_route
  • pessoa_to_familia
  • quotas_acessibility
  • adding-age-to-taxa-homicidios
  • fix_eixos
  • traditional_families
  • comparador
  • updating_routes
  • metrics_fix
  • Add_region_in_institution
  • jvt_viva_trabalho
  • documentation
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • v0.1.0
32 results

SMPPIR-Node

  • Clone with SSH
  • Clone with HTTPS
  • Forked from simcaq / simcaq-node
    1269 commits behind, 136 commits ahead of the upstream repository.
    Henrique Varella Ehrenfried's avatar
    Henrique Varella Ehrenfried authored
    fixing metric FIES
    
    See merge request !27
    6a47c26e
    History

    SIMCAQ

    build status coverage report

    Dependencies

    Previous versions of Node.js do not support ECMAScript6, it is recommended to use at least version 4.5.0LTS.

    1. Install NVM (Node Version Manager)

    2. Install Node.js via NVM

    source ~/.bashrc

    nvm install v4.5.0

    1. Enable Node.js

    nvm use v4.5.0

    1. Install the global dependencies

    npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul

    1. Install project dependencies

    npm install

    1. Copy config.json.example to config.json

    cp config.json.example config.json