This is an old version of the document!
Description of the license file installation.
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 /etc/init.d/benno-rest restart
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 /etc/init.d/benno-rest restart