This is the installation instructions for the Zonemaster CLI utility.
The documentation covers the following operating systems:
- [1] Ubuntu 12.04 (LTS)
- [2] Ubuntu 14.04 (LTS)
- [3] Debian Wheezy (version 7)
- [4] FreeBSD 10.1
- [5] CentOS 7
Before you install the Zonemaster CLI utility, you need the Zonemaster Engine test framework installed. Please see the Zonemaster Engine installation instructions.
### Instructions for Ubuntu 12.04, Ubuntu 14.04 and Debian 7
- Install necessary packages.
sudo apt-get install libmoosex-getopt-perl libtext-reflow-perl libmodule-install-perl
- Install non-packaged software
sudo cpan -i Zonemaster::CLI
- Now you are ready to run the zonemaster-cli command:
zonemaster-cli example.com
-
First install the Zonemaster Engine, following the instructions above.
-
Still as root, install necessary packages.
pkg install p5-MooseX-Getopt p5-Text-Reflow p5-Module-Install
- Still as root, install non-packaged software.
cpan -i Zonemaster::CLI
-
The CLI tool is now installed and can be run by any user.
$ zonemaster-cli example.com
First install the Zonemaster Engine, following the instructions above.
- Install the CPAN packages.
sudo cpan -i Zonemaster::CLI
Copyright (c) 2013, 2014, 2015, IIS (The Internet Infrastructure Foundation)
Copyright (c) 2013, 2014, 2015, AFNIC
Creative Commons Attribution 4.0 International License
You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by/4.0/.