Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 685 Bytes

File metadata and controls

23 lines (18 loc) · 685 Bytes

PeacIn Dependencies Status Built with Grunt

PeacIn is an application to manage the integrative project at ECAM for 1st bachelor students.

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/ECAM-Brussels/PeacIn.git
  • Get into the directory cd PeacIn
  • Install packages npm install
  • Build the application NODE_ENV=development grunt build
  • Launch the application NODE_ENV=production grunt