Changes between Version 81 and Version 82 of installation_guide_rpm

Show
Ignore:
Timestamp:
03/14/16 12:57:00 (8 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v81 v82  
    4949 
    5050== Database setup == 
    51 * '''For Scientific Linux 6.x:''' If PostgreSQL service has not been initialized (e.g. has been installed as dependency of qcg-broker package), perform its initialization before starting it: 
     51* If PostgreSQL service has not been initialized (e.g. has been installed as dependency of qcg-broker package), perform its initialization before starting it: 
     52 
     53** CentOS 7.x 
     54{{{ 
     55#!div style="font-size: 90%" 
     56{{{#!sh 
     57su - 
     58postgresql-setup initdb 
     59}}} 
     60}}} 
     61 
     62** Scientific Linux 6.x 
    5263{{{ 
    5364#!div style="font-size: 90%"