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 OSX (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)
Installation
Start the respective setup file and follow the installation instructions.
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:
- 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)
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
Codeblock | ||||
---|---|---|---|---|
| ||||
node scripts/setup.js |
- Register the application as a service
Codeblock | ||||
---|---|---|---|---|
| ||||
// Pseudo Code
bbs service install [name of service] [Node version] ["path to server.js file"]
// example
// service is mms
// use the node version 0.10.26
// zip-file was unziped in folder c:\mms
bbs service install mms 0.10.26 "c:\mms\server.js" |
Hinweis |
---|
Currently launching an application as a service in BaboonStack is only supported for Windows and Linux, but not for Mac OSX. In this case use tools based on node.js, e.g. PM2 or forever. |
- Start the service
Codeblock | ||||
---|---|---|---|---|
| ||||
// Pseudo Code
bbs service start [name of service]
// example
// service is mms
bbs service start mms |
...
Warnung |
---|
Please change necessarily the password of the sysadmin! |
Update
- Stop the service or the Node.js application (Mac OSX)
Codeblock | ||||
---|---|---|---|---|
| ||||
// Pseudo Code
bbs service stop [name of service]
// example
// service is mms
bbs service stop mms |
...
Different installation instructions in dependence of the version.
Untergeordnete Seiten (Anzeige untergeordneter Seiten) |
---|