Web client of the DNS manager.
Old code history: https://git.baguette.netlib.re/karchnu/halogen-websocket-ipc-playzone/src/branch/dev
Philippe PITTOLI 0077da993e | ||
---|---|---|
app | ||
src | ||
test | ||
.gitignore | ||
README.md | ||
makefile | ||
packages.dhall | ||
spago.dhall |
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.