Our pre-release repository is where our latest monarx-agent
and monarx-protect
/ monarx-protect-autodetect
packages are published prior to be deployed to all. We recommend all staging or pre-production instances (or anywhere you'd like to be running the cutting edge) to be set up with this repo along side our standard version.
Once you've setup our standard repo as part of our standard install steps here - create the additional repo file using the following command.
CentOS / RHEL / CloudLinux / Alma / Rocky
CentOS / RHEL / CloudLinux / Alma / Rocky
curl -fsS https://repository.monarx.com/repository/monarx-yum-prerelease/monarx.repo | sudo tee /etc/yum.repos.d/monarx-prerelease.repo
Ubuntu
Ubuntu
echo "deb [arch=amd64] https://repository.monarx.com/repository/ubuntu-$(lsb_release -sc)-prerelease/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/monarx-prerelease.list
Debian
Debian
echo "deb [arch=amd64] https://repository.monarx.com/repository/debian-$(lsb_release -sc)-prerelease/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/monarx-prerelease.list