Skip to content
Snippets Groups Projects
Select Git revision
  • 67a7158d1e2b732cf578469188f558ef0951af4d
  • master default protected
  • 978-docentes-federativo-superior
  • homologa protected
  • development protected
  • 935-taxa-ajustada-frequencia-liquida
  • msh22-development-patch-86970
  • fix_matriculas_superior_2
  • fulltime_enrollment
  • enrollment_rate
  • docentes-federativo-978
  • issue_995
  • msh22-development-patch-10494
  • nova-correcao-funcionarios-2024
  • revert-222fa403
  • es23-docentes-por-ente-federativo
  • teachers-ies
  • es23-superior-enrollment
  • instruction_level_fix2
  • hotfix-enrollment-aggregate
  • instruction_level_fixes
  • v1.16.0
  • v1.15.1
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.14
  • v1.9.0
  • v1.8.3
  • v1.8.2
  • v1.8.1
  • v1.8.0
  • v1.7.0
  • v1.6.1
  • v1.6.0
  • v1.5.0
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.3
  • v1.3.2
41 results

simcaq-node

  • Clone with SSH
  • Clone with HTTPS
  • Pietro Cavassin's avatar
    Pietro Cavassin authored
    employees indicator now takes the year information from school table, since...
    
    See merge request !339
    67a7158d
    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