Changes between Version 15 and Version 16 of InstallingFromSources

Show
Ignore:
Timestamp:
07/19/11 11:50:42 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFromSources

    v15 v16  
    2424#!div style="font-size: 90%" 
    2525{{{#!sh 
    26 useradd -d  /opt/qcg/var/log/qcg-ntf/ -M  qcg_ntf 
    27 }}} 
    28 }}} 
    29 Give the `qcg_ntf` user ownership of the log directory: 
    30 {{{ 
    31 #!div style="font-size: 90%" 
    32 {{{#!sh 
    33 chown qcg_ntf /opt/qcg/var/log/qcg-ntf/ 
     26useradd -d  /opt/qcg/var/log/qcg-ntf/ -M  qcg-ntf 
     27}}} 
     28}}} 
     29Give the `qcg-ntf` user ownership of the log directory: 
     30{{{ 
     31#!div style="font-size: 90%" 
     32{{{#!sh 
     33chown qcg-ntf /opt/qcg/var/log/qcg-ntf/ 
    3434}}} 
    3535}}} 
     
    5151   
    5252Use local PostgreSQL server? (y/n) [y]: y 
    53 Database [qcg_ntf]:  
    54 User [qcg_ntf]:  
    55 Password [qcg_ntf]: MojeTajneHaslo 
     53Database [qcg-ntf]:  
     54User [qcg-ntf]:  
     55Password [qcg-ntf]: MojeTajneHaslo 
    5656Create database? (y/n) [y]: y 
    5757Create user? (y/n) [y]: y 
    5858   
    59 Checking for system user qcg_ntf...OK 
     59Checking for system user qcg-ntf...OK 
    6060Checking whether PostgreSQL server is installed...OK 
    6161Checking whether PostgreSQL server is running...OK 
    6262   
    6363Performing installation 
    64 * Creating user qcg_ntf...OK 
    65 * Creating database qcg_ntf...OK 
     64* Creating user qcg-ntf...OK 
     65* Creating database qcg-ntf...OK 
    6666* Creating database schema...OK 
    67 * Checking for ODBC data source qcg_ntf... 
     67* Checking for ODBC data source qcg-ntf... 
    6868* Installing ODBC data source...OK 
    6969     
    70 Remember to add appropriate entry to /var/lib/pgsql/data/pg_hba.conf (as the first rule!) to allow user qcg_ntf to 
    71 access database qcg_ntf. For instance: 
    72    
    73 host    qcg_ntf       qcg_ntf       127.0.0.1/32    md5 
     70Remember to add appropriate entry to /var/lib/pgsql/data/pg_hba.conf (as the first rule!) to allow user qcg-ntf to 
     71access database qcg-ntf. For instance: 
     72   
     73host    qcg-ntf       qcg-ntf       127.0.0.1/32    md5 
    7474   
    7575and reload Postgres server. 
     
    8080 
    8181= Starting the service = 
    82 As the `qcg_ntf` user  type: 
     82As the `qcg-ntf` user  type: 
    8383{{{ 
    8484#!div style="font-size: 90%"