Changes between Version 15 and Version 16 of InstallingFromSources
- Timestamp:
- 07/19/11 11:50:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFromSources
v15 v16 24 24 #!div style="font-size: 90%" 25 25 {{{#!sh 26 useradd -d /opt/qcg/var/log/qcg-ntf/ -M qcg _ntf27 }}} 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/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/ 34 34 }}} 35 35 }}} … … 51 51 52 52 Use local PostgreSQL server? (y/n) [y]: y 53 Database [qcg _ntf]:54 User [qcg _ntf]:55 Password [qcg _ntf]: MojeTajneHaslo53 Database [qcg-ntf]: 54 User [qcg-ntf]: 55 Password [qcg-ntf]: MojeTajneHaslo 56 56 Create database? (y/n) [y]: y 57 57 Create user? (y/n) [y]: y 58 58 59 Checking for system user qcg _ntf...OK59 Checking for system user qcg-ntf...OK 60 60 Checking whether PostgreSQL server is installed...OK 61 61 Checking whether PostgreSQL server is running...OK 62 62 63 63 Performing installation 64 * Creating user qcg _ntf...OK65 * Creating database qcg _ntf...OK64 * Creating user qcg-ntf...OK 65 * Creating database qcg-ntf...OK 66 66 * Creating database schema...OK 67 * Checking for ODBC data source qcg _ntf...67 * Checking for ODBC data source qcg-ntf... 68 68 * Installing ODBC data source...OK 69 69 70 Remember to add appropriate entry to /var/lib/pgsql/data/pg_hba.conf (as the first rule!) to allow user qcg _ntf to71 access database qcg _ntf. For instance:72 73 host qcg _ntf qcg_ntf 127.0.0.1/32 md570 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 74 74 75 75 and reload Postgres server. … … 80 80 81 81 = Starting the service = 82 As the `qcg _ntf` user type:82 As the `qcg-ntf` user type: 83 83 {{{ 84 84 #!div style="font-size: 90%"