Skip to content
Snippets Groups Projects
Select Git revision
  • f85b649a802225c9e91d299553b6ef6601e92e1a
  • master default protected
  • homologa protected
  • development protected
  • 978-docentes-federativo-superior
  • teachers-ies
  • es23-infrastructure-diagnosis
  • documentacao
  • 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
  • es23-superior-enrollment
  • instruction_level_fix2
  • 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

Joao Kieras's avatar
jpko19 authored
Signed-off-by: default avatarJoao Kieras <jpko19@inf.ufpr.br>
f85b649a
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