Installing agms server on Linux (Ubuntu)
Prerequisites
Before you begin, please download .NET 8.0. Just a runtime alone will suffice.
Follow these steps to add our repository and install the AGMS server on your server. You only need to add the repository once.
Step 1: Add the Public Signing Certificate
First, add the public signing certificate to your keyring:
sudo wget -P /etc/apt/trusted.gpg.d/ https://agms.email/deb/agms.gpg
Step 2: Add the agms Email Repository
Next, add the agms Email repository:
sudo add-apt-repository "deb http://repo.agms.email $(lsb_release -cs) main"
Step 3: Install the agms Server
Update your package list and install the agms server:
sudo apt update && sudo apt install agms
Updating to the Latest Version
To update to the latest version of the agms server, run the following commands:
sudo apt update && sudo apt upgrade agms