Changes between Version 8 and Version 9 of InstallingUsingDeb
- Timestamp:
- 06/11/12 14:29:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingUsingDeb
v8 v9 112 112 113 113 == Service configuration == 114 The service should be ready to use "out-of-the-box", however basic configuration may be needed to setup ''Host'' and ''Port'' on which QCG-Notification should listen as well as parameters of database connection: ''DSN'', ''User'' and ''Password''. It can be done by editing the main QCG-Notification configuration file located in: `/ opt/plgrid/qcg/etc/qcg-ntf/qcg-ntfd.xml`. A part of the configuration file with marked key parameters is presented below:114 The service should be ready to use "out-of-the-box", however basic configuration may be needed to setup ''Host'' and ''Port'' on which QCG-Notification should listen as well as parameters of database connection: ''DSN'', ''User'' and ''Password''. It can be done by editing the main QCG-Notification configuration file located in: `/etc/qcg-ntf/qcg-ntfd.xml`. A part of the configuration file with marked key parameters is presented below: 115 115 {{{ 116 116 #!div style="font-size: 90%" … … 138 138 }}} 139 139 140 For more information about configuration of the service please take a look at the QCG-Notification guide installed in the `/opt/plgrid/qcg/share/qcg-ntf/doc/` directory.141 142 After finishing the QCG-Notification configuration you must edit the QCG-Computing service configuration file and update the content of the `<ServiceURL>` elements (in `<Module xsi:type="smc:notification_wsa">` section). For e.g. if in the `/ opt/plgrid/qcg/etc/qcg-ntfd.xml` one can find `<Host>example.com<Host>` and `<Port>19001<Port>` the `<ServiceURL>` must be set to `http://example.com:19001/`.140 For more information about configuration of the service please take a look at the QCG-Notification guide. 141 142 After finishing the QCG-Notification configuration you must edit the QCG-Computing service configuration file and update the content of the `<ServiceURL>` elements (in `<Module xsi:type="smc:notification_wsa">` section). For e.g. if in the `/etc/qcg-ntf/qcg-ntfd.xml` one can find `<Host>example.com<Host>` and `<Port>19001<Port>` the `<ServiceURL>` must be set to `http://example.com:19001/`. 143 143 144 144 '''Note:''' You must restart the QCG-Computing service after updating the `qcg-compd.xml` configuration file.