Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 731 Bytes

File metadata and controls

23 lines (18 loc) · 731 Bytes

ECM Build Status Dependencies Status

Exam Copies Manager is used to manage exams copies and to automatically generate pre-filled and ready-to-print PDF files for the exams.

Requirements

  • Node.js 0.12.1 or later
  • MongoDB 2.4.9 or later
  • Bower 1.4.0 or later
  • Grunt 0.1.13 or later

Installation

  • Clone the repository git clone https://github.com/combefis/ECM.git
  • Get into the directory cd ECM
  • Install packages npm install
  • Build the application NODE_ENV=development grunt build
  • Launch the application NODE_ENV=production grunt