Changes between Version 3 and Version 4 of installation_guide_rpm
- Timestamp:
- 06/28/11 16:23:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_guide_rpm
v3 v4 6 6 7 7 = Requirements = 8 * Package dependencies.If you skip installation of packages, which qcg-broker depends on, they will be automatically installed by YUM during the installation of qcg-broker itself.8 * '''Package dependencies''' - If you skip installation of packages, which qcg-broker depends on, they will be automatically installed by YUM during the installation of qcg-broker itself. 9 9 * '''Java (>= 1.5)'''\\ 10 10 {{{ … … 24 24 }}} 25 25 26 Start the PostgreSQL service: 27 {{{ 28 #!div style="font-size: 90%" 29 For SL5.x 30 {{{#!sh 31 service postgresql start 32 }}} 33 }}} 26 34 27 * '''Apache Ant''' (>= 1.6) ("Optional tasks for ant" are required. For SL5.x the ''ant-nodeps.x86_64'' package must be installed) 35 28 {{{