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:

...

// Pseudo
Codeblock
themeEmacs
languagebash
node server.js
Codeblock
themeEmacs
languagebash
  • Start 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

Warnung

Please change necessarily the password of the sysadmin!

Starten der Anwendung als Dienst

Windows

In Windows können Sie die Anwendung als Windows-Dienst registrieren. Dadurch läuft die Anwendung auch nach einem Neustart des Systems.

Codeblock
themeEmacs
languagebash
// Installation als Dienst
// Pseudo Code
bbs service install [nameName ofdes serviceDienstes] [Node versionVersion] ["pathPfad tozur server.js fileDatei"]
 
// exampleBeispiel
// serviceDienst isheißt mms
// useVerwenden theder node versionVersion 0.10.26
// zip-fileZip wasDatei unzipedwurde in den folderOrdner c:\mms entpackt
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
themeEmacs
languagebash

 
 
// Starten des Dienstes
// Pseudo Code
bbs service start [nameName ofdes serviceDienstes]
  
// exampleBeispiel
// serviceDienst isheißt mms
bbs service start mms

...

Warnung
Please change necessarily the password of the sysadmin!
Linux

hier kommt noch die Anleitung für system.d, upstart und init...

Mac

Verwenden Sie hier Tools auf Basis von node.js, z.B. PM2 oder forever.

Update

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

...