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:

...

Warnung

Please change necessarily the password of the sysadmin!

...

Run the application as service

Windows

In Windows können Sie die Anwendung als Windows-Dienst registrieren. Dadurch läuft die Anwendung auch nach einem Neustart des Systemsyou can register the application as a service. Then Mongo Management Studio runs even after restart of your system.

Codeblock
themeEmacs
languagebash
// Installation alsas Dienstservice
// Pseudo Code
bbs service install [Name of desthe Dienstesservice] [Node Versionversion] ["PfadPath zurto server.js Dateifile"]
 
// BeispielExample
// Service Dienstis heißtnamed mms
// VerwendenUse der node Versionversion 0.10.26
// Zip Dateifile was wurdeunpacked in denthe Ordnerfolder c:\mms entpackt
bbs service install mms 0.10.26 "c:\mms\server.js"
 
 
// StartenStart desthe Dienstesservice
// Pseudo Code
bbs service start [Name desof the Dienstesservice]
 
// BeispielExample
// Service Dienstis heißtnamed mms
bbs service start mms

...