Revision 2455
Added by Matt Jones over 19 years ago
metacatinstall.html | ||
---|---|---|
124 | 124 |
start: |
125 | 125 |
<ul> |
126 | 126 |
<li>Switch to the "postgres" user account and edit "data/pg_hba.conf", adding the following line to the file:<br> |
127 |
<code>host metacat metacat 127.0.0.1 255.255.255.255 password</code></li> |
|
127 |
<code>host metacat metacat 127.0.0.1 255.255.255.255 password</code><br> |
|
128 |
If your host uses IPv6 addresses, you made need this line instead: |
|
129 |
<code>host metacat metacat ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff password</code></li> |
|
128 | 130 |
<li>Edit the "data/postgres.conf" file and uncomment and edit the line |
129 | 131 |
starting with "tcpip_socket" so that it reads |
130 | 132 |
<code>tcpip_socket = true</code></li> |
Also available in: Unified diff
Updated install instructions with IPv6 instructions for postgres.