Skip to content
gc-code edited this page Jul 11, 2019 · 2 revisions

These instructions describe how to build the Dashboard from source.

The Dashboard is an AngularJS application so it requires Node.js, releases can be found here: https://nodejs.org/en/. I used npm version 6.4.1. Then install Bower and Grunt:

npm install -g bower
npm install -g grunt-cli

Installation of the other dependencies will be handled automatically. To build the project just type:

mvn clean install

I used NetBeans with Java 8 to handle the build process.

Clone this wiki locally