Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.9 KB

installation.md

File metadata and controls

69 lines (37 loc) · 1.9 KB

Zonemaster CLI installation guide

This is the installation instructions for the Zonemaster CLI utility.

The documentation covers the following operating systems:

Prerequisite

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

  1. Install necessary packages.

sudo apt-get install libmoosex-getopt-perl libtext-reflow-perl libmodule-install-perl

  1. Install non-packaged software

sudo cpan -i Zonemaster::CLI

  1. Now you are ready to run the zonemaster-cli command:

zonemaster-cli example.com

Instructions for FreeBSD 10.1

  1. First install the Zonemaster Engine, following the instructions above.

  2. Still as root, install necessary packages.

pkg install p5-MooseX-Getopt p5-Text-Reflow p5-Module-Install

  1. Still as root, install non-packaged software.

cpan -i Zonemaster::CLI

  1. The CLI tool is now installed and can be run by any user.

    $ zonemaster-cli example.com

Instructions for CentOS 7

First install the Zonemaster Engine, following the instructions above.

  1. 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/.