Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 9 Nächste Version anzeigen »

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:

Installation

Start the respective setup file and follow the installation instructions.

When installing the application in Linux through a graphical package manager (e.g. Ubuntu Software Center) the unpacking of the deb package could take some time. The package includes many small files. As an alternative you can install the package through the console.

sudo dpkg --install mms-v0.4.0-linux-amd64.deb

When installing the application in Mac there could be an error message that the application was not downloaded through the app store or is not from developers identified by Apple. Then please go to security preferences in the system settings. There you can allow the installation of the package or set the "Allow applications downloaded from:" to "Anywhere".

Update

For updates of Mongo Management Studio simply perform an installation. Thus, the existing version is replaced with the new version.

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:

You'll also need BaboonStack. The latest version is available here:

Installation

  • Start the installation of BaboonStack and leave all settings unchanged.
  • Unzip the zip-file from Mongo Management Studio in the desired folder
  • Adjust the settings in the config.js on to your environment
  • Open the command prompt as administrator
  • Run the setup script
node scripts/setup.js
  • Start the application
node server.js
  • Start the application in a browser (Default-URL: http://127.0.0.1:3333)
  • Log in as administrator (login: sysadmin password: a)
  • Change the password of the sysadmin

Please change necessarily the password of the sysadmin!

Starten der Anwendung als Dienst

Windows

In Windows können Sie die Anwendung als Windows-Dienst registrieren. Dadurch läuft die Anwendung auch nach einem Neustart des Systems.

// Installation als Dienst
// Pseudo Code
bbs service install [Name des Dienstes] [Node Version] ["Pfad zur server.js Datei"]
 
// Beispiel
// Dienst heißt mms
// Verwenden der node Version 0.10.26
// Zip Datei wurde in den Ordner c:\mms entpackt
bbs service install mms 0.10.26 "c:\mms\server.js"
 
 
// Starten des Dienstes
// Pseudo Code
bbs service start [Name des Dienstes]
 
// Beispiel
// Dienst heißt mms
bbs service start mms
Linux

hier kommt noch die Anleitung für system.d, upstart und init...

Mac

Verwenden Sie hier Tools auf Basis von node.js, z.B. PM2 oder forever.

Update

  • Stop the service or the Node.js application (Mac OSX)
// Pseudo Code
bbs service stop [name of service]
 
// example
// service is mms
bbs service stop mms
  • Secure the config.js file
  • Unzip the Zip-file
  • Copy and overwrite the files in the folder where the application is
  • Compare secured config.js with new config.js and adapt changed settings if necessary
  • Keine Stichwörter