Skip to content

Commit

Permalink
Merge pull request #275 from matsduf/update-installation-instruction-…
Browse files Browse the repository at this point in the history
…missing-centos

 Adds missing installation instructions for CentOS Linux 7 (CLI)
  • Loading branch information
matsduf authored Jul 6, 2022
2 parents 8312a0a + 37b1f61 commit fc2c349
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [Installation on Rocky Linux](#Installation-on-Rocky-Linux)
* [Installation on Debian and Ubuntu](#Installation-on-Debian-and-Ubuntu)
* [Installation on FreeBSD](#Installation-on-FreeBSD)
* [Installation on CentOS Linux 7](#Installation-on-CentOS-Linux-7)
* [Post-installation sanity check](#Post-installation-sanity-check)
* [Using zonemaster-cli](#Using-zonemaster-cli)
* [What to do next?](#What-to-do-next)
Expand Down Expand Up @@ -157,6 +158,28 @@ Using pre-built packages is the preferred method for Debian and Ubuntu.
cpanm Zonemaster::CLI
```

### Installation on CentOS Linux 7

> **Please note!** CentOS 7 will only be supported until the release of
> v2023.1, which is planned to happen during the spring of 2023.
1) Install binary dependencies:

```sh
sudo yum install perl-JSON-XS perl-MooseX-Getopt
```

2) Install dependencies from CPAN:

```sh
sudo cpanm Text::Reflow Locale::TextDomain
```

3) Install Zonemaster::CLI

```sh
sudo cpanm Zonemaster::CLI
```

## Post-installation sanity check

Expand Down

0 comments on commit fc2c349

Please sign in to comment.