Client side application driven by AngularJS that renders html reports for the end users using AET REST API as the data source.
The report web application requires AET Framework REST endpoint to be available. Please setup AET environment and run some tests to have the data to show.
You will need following tools installed locally:
-
update REST endpoint in
report/src/main/webapp/app/services/endpointConfiguration.service.js
:var config = { 'getUrl': 'http://aet.server.com:8181/api/' };
in order to fetch data displayed on the report from instance
http://aet.server.com:8181
. (for vagrant setup url example: 'http://aet-vagrant/api/') -
go into
.../report/src/main/webapp
folder -
run
npm install
to install required npm modules -
if you are running the app for the first time use
gulp copyLibs
orgulp build
-
run
gulp
to start the application
You could also upload report application to local virtual machine:
mvn clean install -P upload