Installation
There are three ways to obtain Sandy: pulling the official Docker image, installing through CPAN and installing manually.
Contents
Docker
Once Docker is installed, simply run the command:
This way the latest stable version of Sandy will be installed. You can see the complete list of available versions at .
For more details about docker
usage and examples, see
docker/README.md file.
CPAN
Prerequisites
Along with perl
, you must have zlib
, gcc
, make
and cpanm
packages installed:
- Debian/Ubuntu
- CentOS/Fedora
- Archlinux
Installing with cpanm
Install Sandy with the following command:
If you concern about speed, you can avoid testing with the flag --notest
:
Manual installation
This is not the recommended way to install Sandy, but for conscience sake, here is the manual way to obtain and install it.
First of all, install the prerequisites.
Then, clone the source-code:
if you already have all the perl packages Sandy depends on (you probably don’t),
then skip this step. Inside Sandy directory, install all perl dependencies
with cpanm
:
Now compile the code with:
And install:
For more details, see INSTALL file.