Description of the license file installation.
In the current version of Benno MailArchiv, the license file is automatically read from the email in which it was sent to you. In this case, only the benno-rest to be restarted.
systemctl restart benno-rest
If the email containing the license file was not archived in Benno MailArchiv, the license file can be installed manually on the system.
Copy the license file to the Benno server using scp.
scp benno.lic root@benno.ihredomain.de:/etc/benno/benno.lic
Next, configure the permissions and restart the REST daemon.
chown benno.benno /etc/benno/benno.lic systemctl restart benno-rest
Unter Windows wird das pscp Programm von Putty benötigt, um die Datei auf den Server zu kopieren.
The following command copies the file:
pscp C:\path\to\benno.lic root@benno.ihredomain.de:/etc/benno/
Then log in to the Benno server via putty , set the permissions and restart the REST daemon.
chown benno.benno /etc/benno/benno.lic systemctl restart benno-rest