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 11 Nächste Version anzeigen »

Download

Download the setup file for your operating system. The professional edition can directly be downloaded from the shop or the support area.

The Community edition can be downloaded from the Mongo Management Studio website.

Installation Windows/Mac

Start the respective setup file and follow the installation instructions.

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".

Installation Linux

  • Check if node.js is installed
  • node -v 
  • Install node.js if it's missing

 

debian (as root):apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install nodejs
ubuntu, linux mint, ecta
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
For other distributions look here:
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

 

  • Unpack the tar.gz file
  • node -v 
  • Follow the instructions in the read me file

 

debian (as root):
apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install nodejs

ubuntu, linux mint, ecta
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs

For other distributions look here:
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

install mms as root:
sudo ./install.sh

start mms server from console with:
lx-mms

open mms in browser: http://127.0.0.1:3333

uninstall mms:
sudo rm /usr/local/bin/lx-mms
sudo rm -R /opt/lx-mms

Update

For updates of Mongo Management Studio simply perform a new installation and the existing version is replaced with the new version.

 

  • Keine Stichwörter