Changes between Version 35 and Version 36 of installation_guide_rpm

Show
Ignore:
Timestamp:
06/13/13 08:35:03 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v35 v36  
    77= Requirements = 
    88 
    9 * '''Package dependencies''' - The ''postgres-server'' package must me installed prior to qcg-broker package. Rest of dependencies can be installed before the qcg-broker installation or will be automatically installed by YUM Package Manager. 
    10  * '''Java (>= 1.5)'''\\ 
    11 {{{ 
    12 #!div style="font-size: 90%" 
    13 For SL5.x 
    14 {{{#!sh 
    15 yum install java-1.6.0-sun-compat.x86_64 
    16 }}} 
    17 }}} 
    18  * '''PostgreSQL (>= 7.0)''' - configured to allow TCP/IP connections from localhost (default configuration) 
    19 {{{ 
    20 #!div style="font-size: 90%" 
    21 For SL5.x 
    22 {{{#!sh 
    23 yum install postgresql-server.x86_64 
    24 }}} 
    25 }}}  
    26  * '''Apache Ant''' (>= 1.6) ("Optional tasks for ant" are required. For SL5.x the ''ant-nodeps.x86_64'' package must be installed) 
    27 {{{ 
    28 #!div style="font-size: 90%" 
    29 For SL5.x 
    30 {{{#!sh 
    31 yum install ant.x86_64 ant-nodeps.x86_64 
    32 }}} 
    33 }}} 
    34  * '''xml-commons-apis''' - installation of this package is not mandatory, but is recommended to avoid confusing information about not important errors. 
    35 {{{ 
    36 #!div style="font-size: 90%" 
    37 For SL5.x 
    38 {{{#!sh 
    39 yum install xml-commons.x86_64 xml-commons-apis.x86_64 
    40 }}} 
    41 }}} 
     9* '''Package dependencies''' - All packages needed to install and run QCG-Broker service are installed automatically by the YUM Package Manager. 
    4210* '''certificates''' - set of CA certificates has to be installed to allow proper mutual authentication between client and service. 
    4311   * [[https://www.qoscosgrid.org/trac/qcg/wiki/CA%20certificates | CA certificates installation]] 
     
    4917* create the qcg-broker user (as a root) 
    5018 
    51  '''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). 
     19 '''IMPORTANT:''' Although it's possible to run QCG-Broker service on any account (`root`, regular user) we strongly recommend to run QCG-Broker service on the unprivileged account designated specifically for this service (`qcg-broker` for example). 
    5220 
    5321 We recommend to create a new user (e.g. `qcg-broker`) that will be used by the service to run in unprivileged mode 
     
    6028* define the set of trusted Certificate Authorities [optional step] 
    6129 
    62  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. 
     30 If you want to configure QCG-Broker to use its own list of trusted CA certificates please copy them to the `~/.globus/certificates` directory. 
    6331* specify the range of opened ports 
    6432