Enterprise Edition (en)

Download

Download the setup archive for your operating system. The enterprise edition can directly be downloaded from the shop or the Download Manager.

Following dependencies have to be installed first:

  • Node.js (>= 0.10.x und <= 6.x.x)

  • MongoDB (>= 3.0.x)

  • RedisIO (2.4.x) (optional)

 

Node.js V7.x.x

Node.js V7.x.x currently not supported. Please use Node.js  V6.X.X or lower instead.

 

Installation

  • Make sure the dependencies are resolved

  • Unzip the archive from Mongo Management Studio into the desired folder

  • Adjust the settings in the config.js to your environment

  • Open the command prompt as administrator

  • Run the setup script

node scripts/setup.js
  • Start the application

node server.js
  • Run 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


You really should change the password of the sysadmin for security reasons!

Run the application as a service

Find the instructions for your OS here.

Update

Update

 

  • Stop the service or the Node.js application (Mac)

// Pseudo Code bbs service stop [name of service] // example // service is mms bbs service stop mms
  • Backup your current config.js file

  • Unzip the archive

  • Copy and overwrite the files into the application's folder

  • Compare your saved config.js with the new config.js and adapt changed settings if necessary

  • Start the service manually if necessary