The Zonemaster GUI - part of the Zonemaster project
Find a file
Mats Dufberg 47a34197c1
Merge pull request #21 from zonemaster/develop
Merge develop into master
2019-01-29 16:16:38 +01:00
docs Prepartion for release 3.0.0 2019-01-27 11:06:01 +01:00
e2e first commit 2018-06-21 09:10:55 +02:00
scripts first commit 2018-06-21 09:10:55 +02:00
src Merge pull request #20 from matsduf/prepare-pre-release-v3.0.0 2019-01-27 17:25:06 +01:00
.angular-cli.json first commit 2018-06-21 09:10:55 +02:00
.editorconfig first commit 2018-06-21 09:10:55 +02:00
.gitignore first commit 2018-06-21 09:10:55 +02:00
Changes Prepartion for release 3.0.0 2019-01-27 11:06:01 +01:00
compress.js first commit 2018-06-21 09:10:55 +02:00
karma.conf.js first commit 2018-06-21 09:10:55 +02:00
LICENSE update version and documentation 2018-06-25 09:41:34 +02:00
package-lock.json first commit 2018-06-21 09:10:55 +02:00
package.json Prepartion for release 3.0.0 2019-01-27 11:06:01 +01:00
protractor.conf.js first commit 2018-06-21 09:10:55 +02:00
README.md Update "dotse" to "zonemaster" in files (#4) 2018-12-03 15:55:09 +01:00
tsconfig.json first commit 2018-06-21 09:10:55 +02:00
tslint.json first commit 2018-06-21 09:10:55 +02:00
zonemaster.conf-example first commit 2018-06-21 09:10:55 +02:00

Zonemaster Web GUI

Purpose

This module is the Web Interface part of the Zonemaster project.

Prerequisites

Before you install the Zonemaster Web 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

Installation

Follow the detailed installation instructions.

Configuration

Text for configuring the backend are found in the installation instructions.

Contribution

In order to contribute

  • Install Nodejs
  • Fork then Clone your repo
  • Go to the folder and install project dependencies npm install
  • Update environment files in /src/environments/ to add a backend api endpoint

You are now ready to develop

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. The script also change the FAQ markdown files to html files.

Create a release zip file

Run 'npm run release' to create a zip file with dist folder and zonemaster.conf file. Then upload it in github.

Documentation

Basically, the GUI is a serverless Angular application which use the Backend JSONRC API.

Other than the installation file, the docs directory, contains a translation guide for the GUI

Acknowledge

This project was generated with Angular CLI version 1.6.8.

License

The software is released under the 2-clause BSD license. See separate LICENSE file.