This shows you the differences between two versions of the page.
|
redhat_evergreen_cluster [2010/03/10 14:06] leed created |
redhat_evergreen_cluster [2010/04/22 11:27] (current) leed |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| - For the postgresql steps remember to perform these steps on the database server, **not the apache server.** When you get to the pg_hba.conf section edit it with the following lines replacing the marked sections with your network info:<code bash> | - For the postgresql steps remember to perform these steps on the database server, **not the apache server.** When you get to the pg_hba.conf section edit it with the following lines replacing the marked sections with your network info:<code bash> | ||
| local all all trust | local all all trust | ||
| - | host all all 127.0.0.1 255.255.255.255 trust | + | host all all 127.0.0.1 255.255.255.255 md5 |
| - | host all all <local.network.address> <local.subnet> trust</code> | + | host all all <local.network.address> <local.subnet> md5</code> |
| - Now edit /var/lib/pgsql/data/postgresql.conf and edit the line:<code bash> | - Now edit /var/lib/pgsql/data/postgresql.conf and edit the line:<code bash> | ||
| “listen_addresses = 'localhost'” | “listen_addresses = 'localhost'” | ||
| Line 36: | Line 36: | ||
| - As the **opensrf** user, download the brick_ctl.sh script and it's corresponding config file. Edit it the config file to contain your settings:<code bash> | - As the **opensrf** user, download the brick_ctl.sh script and it's corresponding config file. Edit it the config file to contain your settings:<code bash> | ||
| cd /openils/bin | cd /openils/bin | ||
| - | wget http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/support-scripts/brick_ctl.sh | + | wget http://svn.open-ils.org/trac/ILS/export/16289/trunk/Open-ILS/src/support-scripts/brick_ctl.sh |
| chmod +x brick_ctl.sh | chmod +x brick_ctl.sh | ||
| cd ~ | cd ~ | ||
| - | wget http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/support-scripts/oils_brick.cfg.example | + | wget http://svn.open-ils.org/trac/ILS/export/16289/trunk/Open-ILS/src/support-scripts/oils_brick.cfg.example |
| mv oils_brick.cfg.example .oils_brick.cfg | mv oils_brick.cfg.example .oils_brick.cfg | ||
| vi .oils_brick.cfg</code> | vi .oils_brick.cfg</code> | ||