Changes between Version 9 and Version 10 of installation_guide_rpm
- Timestamp:
- 06/28/11 16:33:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_guide_rpm
v9 v10 73 73 = Preparing the environment = 74 74 * create the qcg-broker user 75 '''IMPORTANT:''' Altought it's possible to run QCG-Broker service on any account (`root`, regular user) we strongly recommend to run QCG-Broker service on the unpriledged account designated specifically for this service (`qcg-broker` for example).76 77 We recommend to create a new user (e.g. `qcg-broker`) that will be used by the service to run in unprivileged mode75 '''IMPORTANT:''' Altought it's possible to run QCG-Broker service on any account (`root`, regular user) we strongly recommend to run QCG-Broker service on the unpriledged account designated specifically for this service (`qcg-broker` for example). 76 77 We recommend to create a new user (e.g. `qcg-broker`) that will be used by the service to run in unprivileged mode 78 78 {{{ 79 79 #!div style="font-size: 90%" … … 83 83 }}} 84 84 * define the set of trusted Certificate Authorities [optional step] 85 '''IMPORTANT:''' If you want to configure QCG-Broker to use its own list of trusted CA certificates, please do not forget to copy them into `~/.globus/certificates` directory.85 '''IMPORTANT:''' If you want to configure QCG-Broker to use its own list of trusted CA certificates, please do not forget to copy them into `~/.globus/certificates` directory. 86 86 * specify the range of opened ports 87 The port range must be set in ~/.globus/cog.properties file.87 The port range must be set in ~/.globus/cog.properties file. 88 88 {{{#!sh 89 89 mkdir -p ~/.globus