Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.99 KB

README.md

File metadata and controls

66 lines (39 loc) · 1.99 KB

screenshot

NAME

DK Hostmaster EPP service demo client

VERSION

This documentation describes version 1.0.0

USAGE

$ morbo -l https://*:3000 client.pl

Open your browser at:

https://127.0.0.1:3000/

Using docker

The application can be used using docker

$ docker build -t epp-demo-client .

$ docker run --rm -p 3000:3000 epp-demo-client

Open your browser at:

https://localhost:3000/

DEPENDENCIES

This client is implemented using Mojolicious in addition the following Perl modules are used and all are available from CPAN.

In addition to the above Perl modules, the client uses Twitter Bootstrap and hereby jQuery. These are automatically downloaded via CDNs and are not distributed with the client software.

SEE ALSO

For information on the service, please refer to the specification from DK Hostmaster or the service page with DK Hostmaster.

The main site for this client is the Github repository.

COPYRIGHT

This software is under copyright by DK Hostmaster A/S 2016

LICENSE

This software is licensed under the MIT software license

Please refer to the LICENSE file accompanying this file.