Changes between Version 13 and Version 14 of installation_guide_rpm

Show
Ignore:
Timestamp:
06/28/11 21:51:00 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v13 v14  
    187187 
    188188== Setup == 
    189 * setup deployment configuration - all configuration variables are placed in the `deploy.prop` file 
    190  * '''deploy.dir''' - directory where QCG-Broker will be deployed. This directory must not exist, so before deployment this directory must be eventually removed by hand. Later we assume that QCG-Broker was installed into `/opt/QCG/qcg-broker/service` directory.  
    191  * '''deploy.certs.dir''' - directory with QCG-Broker credentials (must contain `qcg-brokercert.pem` and `qcg-brokerkey.pem`) 
     189* configure the QCG-Broker instance - all configuration variables are placed in the `/opt/plgrid/qcg/share/qcg-broker/deploy.prop` file 
     190 * '''deploy.dir''' - directory where QCG-Broker was installed (`/opt/plgrid/qcg/share/qcg-broker`). Please do not modify this property. 
     191 * '''deploy.certs.dir''' - directory with QCG-Broker credentials (must contain `qcg-brokercert.pem` and `qcg-brokerkey.pem` files) 
    192192 * '''deploy.cert.dn''' distinguish name of QCG-Broker credential 
    193193 * '''deploy.db.user''' PostgreSQL user name 
     
    200200 * '''deploy.port_range''' the range of opened ports 
    201201 
    202 * setup QCG-Broker database 
    203 {{{ 
    204 #!div style="font-size: 90%" 
    205 {{{#!sh 
    206 cd qcg-broker-<VERSION> 
    207 ant -f build.deploy.xml setupdb 
     202* deploy the configuration and setup the database 
     203{{{ 
     204#!div style="font-size: 90%" 
     205{{{#!sh 
     206config.sh 
    208207}}} 
    209208}}}