Changes between Version 8 and Version 9 of installation_guide_rpm

Show
Ignore:
Timestamp:
06/28/11 16:32:50 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v8 v9  
    7272 
    7373= Preparing the environment = 
    74  
     74* create the qcg-broker user 
    7575'''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). 
    7676 
     
    8282}}} 
    8383}}} 
     84* define the set of trusted Certificate Authorities [optional step] 
    8485'''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 
     87The port range must be set in ~/.globus/cog.properties file. 
     88{{{#!sh 
     89mkdir -p ~/.globus 
     90echo "tcp.port.range=5000,5100" >> ~/.globus/cog.properties 
     91}}} 
    8592 
    8693= Database setup =