Go to file
Philippe PITTOLI 103fb0d643 DMARC explanations. Still perfectible. 2024-04-17 00:53:48 +02:00
app Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
src DMARC explanations. Still perfectible. 2024-04-17 00:53:48 +02:00
test Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
.gitignore Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
README.md Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
makefile Makefile: bundle by default. 2024-03-20 01:41:49 +01:00
packages.dhall Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00
spago.dhall Initial commit for the dnsmanager web client project. 2024-03-20 01:23:40 +01:00

README.md

dnsmanager interface

Quick Start

To install and test this application, you'll need:

  • both purs and spago, in order to compile this purescript application;
  • both authd and dnsmanagerd, in order to use this dnsmanager webclient with its related services, and they both require libipc;
  • (optional) a http server to serve the website and its documentation (such as darkhttpd, which is used in the makefile).

To compile this purescript application:

make bundle

Introduction

This code is a beta version of the official interface for dnsmanager (second edition). It will soon change in numerous ways, but represents an acceptable start for the dnsmanager webclient project.