Changes between Version 8 and Version 9 of installation_guide_rpm
- Timestamp:
- 06/28/11 16:32:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_guide_rpm
v8 v9 72 72 73 73 = Preparing the environment = 74 74 * create the qcg-broker user 75 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 76 … … 82 82 }}} 83 83 }}} 84 * define the set of trusted Certificate Authorities [optional step] 84 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 * specify the range of opened ports 87 The port range must be set in ~/.globus/cog.properties file. 88 {{{#!sh 89 mkdir -p ~/.globus 90 echo "tcp.port.range=5000,5100" >> ~/.globus/cog.properties 91 }}} 85 92 86 93 = Database setup =