Skip to content

DK Hostmaster EPP service demo client written in Perl and Mojolicious

License

Notifications You must be signed in to change notification settings

legart/epp-demo-client-mojolicious

Repository files navigation

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.

About

DK Hostmaster EPP service demo client written in Perl and Mojolicious

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published