Changes between Version 5 and Version 6 of installation_guide_rpm
- Timestamp:
- 06/28/11 16:27:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_guide_rpm
v5 v6 78 78 = Preparing the environment = 79 79 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 theaccount 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). 81 81 82 82 We recommend to create a new user (e.g. `qcg-broker`) that will be used by the service to run in unprivileged mode … … 84 84 #!div style="font-size: 90%" 85 85 {{{#!sh 86 mkdir -p /opt/QCG 87 useradd -d /opt/QCG/qcg-broker -m -s /bin/bash qcg-broker 86 useradd -m -s /bin/bash qcg-broker 88 87 }}} 89 88 }}}