Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The computer must have the following software packages installed:

  1. Java
  2. Maven (3.3.3+) currently 3.5.0
  3. nodejs version >=4.x.x; download from https://nodejs.org/
  4. node-gyp with all its requirements (e.g., Python v.2.7.x, GCC, …) as listed at https://github.com/nodejs/node-gyp
  5. grunt-cli installed globally, download from https://github.com/gruntjs/grunt-cli
    1. To install: npm install -g grunt-cli

  6. bower from http://bower.io/
    1. To install: npm install -g bower

...