Download
Download the setup file for your operating system. The professional edition can directly be downloaded from the shop or the support area.
- Mongo Management Studio Professional Edition Windows
- Mongo Management Studio Professional Edition Mac
- Mongo Management Studio Professional Edition Linux
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.
...
Codeblock | ||||
---|---|---|---|---|
| ||||
tar -xvf mms-v1.2.0.1-community-linux.tar.gz |
- Open the directory lx-mms
Unpack the package for your system architecture
Codeblock | ||||
---|---|---|---|---|
| ||||
tar -xvf mms-v1.2.0-community-linux-[arch].tar.gz |
Install Mongo Management Studio as root
Codeblock | ||||
---|---|---|---|---|
| ||||
sudo ./install.sh |
...