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:
- Mac (http://packages.litixsoft.de/mms/mms-v0.4.0-darwin.pkg)
- Windows (http://packages.litixsoft.de/mms/mms-v0.4.0-windows.exe)
- Linux 64 bit (http://packages.litixsoft.de/mms/mms-v0.4.0-linux-amd64.deb)
...
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:
- Mac OSX (http://packages.litixsoft.de/mms/mms-darwin-amd64.zip)
- Windows (http://packages.litixsoft.de/mms/mms-windows-amd64.zip)
- Linux 32 bit (http://packages.litixsoft.de/mms/mms-linux-i386.zip)
- Linux 64 bit (http://packages.litixsoft.de/mms/mms-linux-amd64.zip)
...
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 | ||||
---|---|---|---|---|
| ||||
// 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 |
...