Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Local version

Download

Download the setup file for your operating system. The purchased versions can be downloaded directly from the shop. The free version can be found here:

...

Enterprise Version

Download

Download the Zip-file for your operating system. The purchased versions can be downloaded directly from the shop. The free version can be found here:

...

Below are two examples of different init systems under Linux. If necessary, change the settings for your system.

 

Example upstart script for Debian/Ubuntu

Codeblock
themeEmacs
languagebash
$ nano /etc/init/mmsd.conf
$ service mmsd start

...

Example init.d script for CentOS 

Codeblock
themeEmacs
languagebash
$ nano /etc/init.d/mmsd
$ chmod +x /etc/init.d/mmsd
$ update-rc.d mmsd defaults
$ ./etc/init.d/mmsd start

...