Last modified by Alexander Schulz-Rosengarten on 2023/07/11 10:33

From version 13.2
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:25
Change comment: Update document after refactoring.
To version 14.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -24,7 +24,7 @@
24 24  
25 25  = Setting required configuration options =
26 26  
27 -The server supports a set of configuration options. They are listed in [[Configuration options for the server>>doc:Kieler.Discontinued Projects.Web Services (KWebS).KWebS Server.Configuration Options for the Server.WebHome]]. For most of these the //default configuration//, which is part of the server, defines a default value. The one option that depends on your installation is the path to the {{code language="none"}}dot{{/code}} executable of the Graphviz package. Therefore you need to tell the server where it can find the package. In order to do so, you use the //provider configuration//. It is located in the file {{code language="none"}}kwebs.user{{/code}} in the root folder where you extracted the server to. For example, in the following listing the executable is located at {{code language="none"}}/usr/bin/dot{{/code}}:
27 +The server supports a set of configuration options. They are listed in [[Configuration options for the server>>doc:KIELER.Discontinued Projects.Web Services (KWebS).KWebS Server.Configuration Options for the Server.WebHome]]. For most of these the //default configuration//, which is part of the server, defines a default value. The one option that depends on your installation is the path to the {{code language="none"}}dot{{/code}} executable of the Graphviz package. Therefore you need to tell the server where it can find the package. In order to do so, you use the //provider configuration//. It is located in the file {{code language="none"}}kwebs.user{{/code}} in the root folder where you extracted the server to. For example, in the following listing the executable is located at {{code language="none"}}/usr/bin/dot{{/code}}:
28 28  
29 29  {{code language="bash"}}
30 30  # Use this option to configure the path to the graphviz dot executable