Skip to content

Installing piler enterprise edition#

This documentation applies to Piler enterprise edition 2.0.0

Revision #1

Publication date: 2025-SEP-21

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#

Pick the installer for either Ubuntu 24.04 LTS (noble.sh) or Centos/Redhat/Oracle 10 (centos10.sh). In this example we pick Ubuntu.

Customise the following variables:

  • PILER_HOSTNAME
  • MYSQL_ROOT_PASSWORD
  • MYSQL_PILER_PASSWORD
  • ARCH (either "amd64" or "arm64")

Execute the installer

curl -o noble.sh https://download.mailpiler.com/noble.sh
chmod +x noble.sh
sudo ./noble.sh

Copy both license files (piler.lic and license.jwt) to /etc/piler directory, 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.