/
Executable parameters

Executable parameters

  • approot (mandatory):
    Set application root directory. Path can be absolute or relative to working directory. If not moved approot directory is located at /opt/graebert-gmbh/Kudo-Server/Resources

  • docroot (mandatory):
    Set the HTML root directory for static files. Path can be absolute or relative to working directory. If not moved docroot directory is located at /opt/graebert-gmbh/Kudo-Server/Resources

  • http-address (mandatory):
    Set the IP address as IPv4 (e.g. 0.0.0.0) or IPv6 Address (e.g. 0::0) the server is allowing connections from, e.g.
    127.0.0.1 - only accept connections from localhost
    0.0.0.0 - allow connections from anywhere

  • http-port (optional):
    Set HTTP part (e.g. 80); if not set default value “80” is used.

  • deploy-path (optional):
    Location for deployment. If not set default value “/” is used.

Example path (called from /opt/graebert-gmbh/Kudo-Server/Linux/):

Kudo-Server --http-address=127.0.0.1 --http-port=8081 --deploy-path=/editor --docroot=../Resources/docroot --approot=../Resources/approot

That makes server available at http://localhost:8081/editor from localhost. Opening endpoint without parameters should give you a message “No file selected for opening.” what shows you editor application is running properly. See https://graebert.atlassian.net/l/cp/EnAMcSh2 how to open a drawing file.

Related content

Kudo api server with UI
Kudo api server with UI
More like this
ARES Kudo server Windows setup
ARES Kudo server Windows setup
More like this
API Server: Connecting ARES Kudo to a data backend
API Server: Connecting ARES Kudo to a data backend
More like this