Changes between Version 6 and Version 7 of installation_guide_rpm
- Timestamp:
- 06/28/11 16:29:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_guide_rpm
v6 v7 90 90 91 91 = Database setup = 92 * Start the PostgreSQL service: 93 {{{ 94 #!div style="font-size: 90%" 95 For SL5.x 96 {{{#!sh 97 service postgresql start 98 }}} 99 }}} 92 100 * Create new database user (e.g. `qcg-broker`) authenticated via password (the same password must be later used to setup QCG-Broker deployment): 93 101 {{{