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:
...
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:
...
Codeblock |
---|
|
node scripts/setup.js |
- Register the application as a serviceStart the application
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" |
...