Changes between Version 5 and Version 6 of installation_guide_rpm

Show
Ignore:
Timestamp:
06/28/11 16:27:57 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v5 v6  
    7878= Preparing the environment = 
    7979 
    80 '''IMPORTANT:''' Altought it's possible to install QCG-Broker service on any account (`root`, regular user) we strongly recommend to deploy QCG-Broker service on the account designated specifically for this service (`qcg-broker` for example). 
     80'''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). 
    8181 
    8282We recommend to create a new user (e.g. `qcg-broker`) that will be used by the service to run in unprivileged mode 
     
    8484#!div style="font-size: 90%" 
    8585{{{#!sh   
    86 mkdir -p /opt/QCG 
    87 useradd -d /opt/QCG/qcg-broker -m -s /bin/bash qcg-broker  
     86useradd -m -s /bin/bash qcg-broker  
    8887}}} 
    8988}}}