Skip to content
Snippets Groups Projects
Select Git revision
  • homologa protected
  • development protected
  • es23-superior-enrollment
  • master default protected
  • instruction_level_fixes
  • enrollment_rate
  • docentes-ies-ente-federativo
  • receita-potencial
  • #974-receita-potencial
  • db-conn
  • years-of-study-mean
  • teachers-ies
  • new-indicators
  • issue_935
  • instruction_number
  • issue_958
  • issue_953
  • issues_indicadores_agregados
  • courseAggregate
  • attendance_rate
  • 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
40 results

simcaq-node

  • Clone with SSH
  • Clone with HTTPS
  • Fernando Gbur dos Santos's avatar
    Fernando Gbur dos Santos authored
    Course aggregate fix
    
    See merge request !427
    57a22222
    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