Download
Download the archive for your operating system. The Enterprise Edition can be downloaded directly from the shop or the support area.
Following dependencies have to be installed first:
- Node.js (>= 0.10.x and <= 6.x.x)
- MongoDB (>= 2.4.x)
- RedisIO (2.4.x) (optional)
Alternatively use Baboonstack. It is solving all dependencies in a simple one-click solution for different operating systems. It also offers an easy way to register a Node.js application as a service in Windows operation systems.
Warnung |
---|
|
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 suitable for your environment
- Open the command prompt as administrator
- Run the setup script
Codeblock |
---|
language | bash |
---|
theme | Emacs | language | bash |
---|
|
node scripts/setup.js |
Codeblock |
---|
language | bash |
---|
theme | Emacs | language | bash |
---|
|
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
...
Update
- Stop the service or the Node.js application (Mac)
Codeblock |
---|
language | bash |
---|
theme | Emacs | language | bash |
---|
|
// Pseudo Code
bbs service stop [name of service]
// example
// service is mms
bbs service stop mms |
...