Changes between Version 7 and Version 8 of sysadminPostgreSQLConfiguration
- Timestamp:
- Jun 23, 2009, 6:06:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminPostgreSQLConfiguration
v7 v8 140 140 141 141 ---- 142 == Installing the Evergreen Schema==142 == Creating the Evergreen Database == 143 143 144 All of the follwing commands should be executed as the postgres user, so start with: 144 === Installing The Schema From Source === 145 146 All of the following commands should be executed as the postgres user, so start with: 145 147 146 148 {{{ … … 168 170 || ''' NOTE: ''' the location of the contrib directory will change depending on how you installed postgres. If you can't find one of the contrib modules listed above, use a find command to locate them ie find / -name pgxml.sql || 169 171 172 Now run eg_db_config.pl ''' on the machine where Open-ils is installed. ''' These instructions assume a two server install - one for Open-ils and Opensrf and one for postgres. eg_db_config.pl is found on the Open-ils machine. It will likely be in Open-ILS/src/support-scripts depending on where you installed the Open-ils source. If you can't find it, run "find" on eg_db_config.pl when you find it run: 170 173 174 {{{ 175 perl Open-ILS/src/support-scripts/eg_db_config.pl --create-schema 176 }}} 177 178 || ''' NOTE: ''' this script uses opensrf.xml to figure out where the db server is, so it's important to have already configured opensrf to run Evergreen before running this script || 171 179 172 180