Changes for page Print-Service Plugin
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,7 +42,7 @@ 42 42 node install-windows-service.js 43 43 {{/code}} 44 44 45 -There now exists a new service {{code language="none"}}FORMCYCLE Print Server{{/code}}. Please check if this is also started before you run a test. The script {{code language="none"}}install-windows-service.js{{/code}} contains default variables for installing the print service. 45 +There now exists a new service {{code language="none"}}FORMCYCLE Print Server{{/code}}. Please check if this is also started before you run a [[test>>||anchor="HTest"]]. The script {{code language="none"}}install-windows-service.js{{/code}} contains default variables for installing the print service. 46 46 47 47 * The service is installed on port 8090 by default. To change this, you need to adjust the {{code language="none"}}--port=8090{{/code}} parameter in the {{code language="none"}}install-windows-service.js{{/code}} file. 48 48 * Logging is enabled by default. To change this set the parameter {{code language="none"}}--verbose=true{{/code}} to {{code language="none"}}--verbose=false{{/code}}. ... ... @@ -111,9 +111,10 @@ 111 111 === Test === 112 112 113 113 To check if the installation was successful, the service can be called on the server for a test: 114 -http://localhost:8090/pdf?orientation=landscape&format=A4&wait=false&marginTop=0mm&formURL=http://www.formcycle.de 114 +{{code language="none"}}http://localhost:8090/pdf?orientation=landscape&format=A4&wait=false&marginTop=0mm&formURL=http://www.formcycle.de{{/code}} 115 115 116 116 === Plugin setup === 117 + 117 117 ==== Print-Service Plugin Installation ==== 118 118 119 119 In order for the plugin to be available in {{formcycle/}} as an action in the workflow processing, it must be deployed in the System Plugin section of the management interface. Instructions for installing plugins can be found [[here>>doc:Formcycle.UserInterface.Client.Plugins.WebHome]]. ... ... @@ -168,6 +168,7 @@ 168 168 {{code language="none"}} 169 169 Error: unable to verify the first certificate 170 170 {{/code}} 172 + 171 171 The described steps are only a workaround and the environment variables should be set back to the default values after the successful installation! 172 172 173 173 {{code language="none"}}