Changes between Version 13 and Version 14 of sysadminPostgreSQLConfiguration
- Timestamp:
- Jun 23, 2009, 6:51:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminPostgreSQLConfiguration
v13 v14 258 258 == Connecting the Database Server To The Rest Of Evergreen == 259 259 260 === Installing JSON::XS === 261 260 262 Again, assuming a two server setup with Open-ils on one and postgres on the other, you need to ensure that the database server can actually communicate with the oils server. 261 263 … … 282 284 283 285 Accept the defaults. 286 287 Once again, you should run autogen.sh on the oils server to update opac and Staff Client files. Do this on the oils server as the opensrf user with oils up and running. 288 289 === Configuring Ports And Remote Access === 290 291 For a complete discussion of iptables see [wiki:sysadminiptables iptables and network configuration]. For the specific ports needed by the postgres server see [wiki:sysadminiptables#NecessaryPorts-DatabaseServer Necessary Ports - Database Server]. 292 293