This module is the Web Interface part of the Zonemaster project.
Before you install the Zonemaster GUI module, you need the Zonemaster Engine test framework installed. Please see the Zonemaster Engine installation instructions
And also the the zonemaster-backend module installed. Please see the Zonemaster Backend installation
Follow the detailed installation instructions.
Text for configuring the backend are found in the installation instructions.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Basically, the GUI has two major parts. One part is the Perl modules that hold most of the application logic, and the other part is the HTML template files, CSS files, Javascript files and so on that the application logic needs.
Other than the installation file, the docs directory, contains how to configure the starman and a translation guide for the GUI
This project was generated with Angular CLI version 1.4.9.
The software is released under the 2-clause BSD license. See separate LICENSE file.