Merge pull request #501 from phreaker0/docs-centos

extended install instructions for centos if perl dependencies can't b…
This commit is contained in:
Jim Salter 2020-11-01 17:23:33 -05:00 committed by GitHub
commit 2acb3e3fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ Install prerequisite software:
sudo yum install -y epel-release git
# Install the packages that Sanoid depends on:
sudo yum install -y perl-Config-IniFiles perl-Data-Dumper perl-Capture-Tiny lzop mbuffer mhash pv
# if the perl dependencies can't be found in the configured repositories you can install them from CPAN manually:
sudo dnf install perl-CPAN perl-CPAN
cpan # answer the questions and past the following lines
# install Capture::Tiny
# install Config::IniFiles
```
Clone this repo, then put the executables and config files into the appropriate directories: