Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

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

...