Installing Open Paging Server on Linux
Open Paging Server can be installed directly on Debian or Ubuntu Linux using the install script. This is recommended if you have a dedicated host for Open Paging Server.
sudo curl -fsSL https://install.openpagingserver.org | bash
The script is at https://github.com/OpenPagingServer/Installer
To inspect it before running you can run:
curl -fsSL https://install.openpagingserver.org -o install-openpagingserver.sh
nano install-openpagingserver.sh
bash install-openpagingserver.sh