Changes between Version 69 and Version 70 of installation_guide_rpm

Show
Ignore:
Timestamp:
08/01/13 09:38:11 (11 years ago)
Author:
pkopta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v69 v70  
    128128}}} 
    129129 
     130* deploy QCG-Broker credentials on local filesystem with proper file names ('qcg-brokercert.pem', 'qcg-brokerkey.pem'), and rights (owned by 'qcg-broker' user, key file read only by owner), e.g.: 
     131* deploy the configuration and setup the QCG-Broker database 
     132{{{ 
     133#!div style="font-size: 90%" 
     134{{{#!sh 
     135$ ls -l /etc/qcg/qcg-broker/certs 
     136total 16 
     137-rw-r--r-- 1 qcg-broker qcg-dev 1558 Jul 26 17:11 qcg-brokercert.pem 
     138-r-------- 1 qcg-broker qcg-dev 1675 Jul 26 17:11 qcg-brokerkey.pem 
     139 
     140}}} 
     141}}} 
     142 
     143   
    130144* configure the QCG-Broker instance - all configuration variables are placed in the `/etc/qcg/qcg-broker/global-config.prop` file 
    131145 * '''deploy.dir''' - directory where QCG-Broker was installed (`/usr/share/qcg/qcg-broker/qcg-broker`). Please do not modify this property.