Installing piler enterprise edition#
This documentation applies to Piler enterprise edition 2.1.0
Revision #2
Publication date: 2025-DEC-06
Installing a no-tenant configuration on a single node using docker compose#
There's a docker compose stack that deploys all the necessary components. Follow the instructions in the README.
Installing a no-tenant configuration on a single Linux VM node#
Download the installer script, customise the following variables:
- PILER_HOSTNAME
- MYSQL_ROOT_PASSWORD
- MYSQL_PILER_PASSWORD
- ARCH (either "amd64" or "arm64")
Execute the installer
curl -o install.sh https://download.mailpiler.com/install.sh
chmod +x install.sh
sudo ./install.sh
Copy the license file to /etc/piler/license.jwt, then reboot the host, and verify that all services come up properly.
Centos/Redhat/Oracle Linux specific notes#
SELinux is enabled by default. Please either disable it, or configure it properly.