Project

General

Profile

« Previous | Next » 

Revision 2501

Minor edits to installation instructions for Metcat 1.5.0.

View differences:

docs/user/metacatinstall.html
161 161
  <p>
162 162
    Install Tomcat into the directory of your choice. The directory in which 
163 163
    you install Tomcat itself will be referred to as the "$CATALINA_HOME".
164
    We recommend that you install Tomcat version 4.0.  More details about 
164
    We recommend that you install Tomcat version 5.0.  More details about 
165 165
    Tomcat installation is available <a href=" http://jakarta.apache.org/tomcat/index.html">here</a>.
166 166
  </p>
167 167
 </td>
......
203 203
  <code>database</code>, <code>jdbc-connect</code>, <code>jdbc-base</code>, 
204 204
  <code>user</code>, <code>password</code>, <code>datafilepath</code>, 
205 205
  <code>inlinedatafilepath</code>, <code>cvsroot</code>, 
206
  <code>cvsroot-alternate</code>, <code>default-style</code>, and
207
  <code>administrators</code>. 
206
  <code>default-style</code>, and <code>administrators</code>. 
208 207
  Each is described in detail in the table below.
209 208
  </p>
210 209
  Properties you will likely need to change:
......
221 220
      <td>Default:&nbsp;&nbsp;
222 221
          <code>/usr/local/devtools/jakarta-tomcat</code>
223 222
      <br><br>Example:&nbsp;&nbsp;
224
          <code>C:/Tomcat4</code></td>
223
          <code>C:/Tomcat5</code></td>
225 224
    </tr>
226 225
    <tr>
227 226
      <td>tomcatversion</td>
228 227
      <td>The tomcatversion property is the version of your Tomcat. You should 
229
          put tomcat3, tomcat4, or tomcat5 here. We have most extensively 
230
          tested Tomcat 4.x, but Tomcat 5.x seems to work fine as well.
228
          put tomcat3, tomcat4, or tomcat5 here.
231 229
      </td>
232 230
      <td>Default:&nbsp;&nbsp;
233
          <code>tomcat4</code>
231
          <code>tomcat5</code>
234 232
      <br><br>Example:&nbsp;&nbsp;
235
          <code>tomcat3</code>
233
          <code>tomcat5</code>
236 234
      </td>
237 235
    </tr>
238 236
    <tr>
......
245 243
      <td>Default:&nbsp;&nbsp;
246 244
          <code>/var/www/org.ecoinformatics.knb</code>
247 245
      <br><br>Example:&nbsp;&nbsp;
248
          <code>C:/Tomcat4/webapps</code>
246
          <code>C:/Tomcat5/webapps</code>
249 247
      </td>
250 248
    </tr>
251 249
    <tr>
......
354 352
      <td>Default:&nbsp;&nbsp;
355 353
          <code>/var/metacat/data</code>
356 354
      <br><br>Example:&nbsp;&nbsp;
357
          <code>C:/Tomcat4/data/knb/data</code>
355
          <code>C:/Tomcat5/data/knb/data</code>
358 356
      </td>
359 357
    </tr>
360 358
    <tr>
......
364 362
      <td>Default:&nbsp;&nbsp;
365 363
          <code>/var/metacat/inline-data</code>
366 364
      <br><br>Example:&nbsp;&nbsp;
367
          <code>C:/Tomcat4/data/knb/inlinedata</code>
365
          <code>C:/Tomcat5/data/knb/inlinedata</code>
368 366
      </td>
369 367
    </tr>
370 368
    <tr>
......
450 448
          <code><pre>:ext:myaccount@cvs.ecoinformatics.org:/cvs</pre></code>
451 449
      </td>
452 450
    </tr>
453
    <tr>
454
      <td>cvsroot-alternate</td>
455
      <td>CVS access to retrieve latest conversion styles. Only used by
456
          developers in building the release.</td>
457
      <td>Default:&nbsp;&nbsp;
458
          <code><pre>:ext:${env.USER}@cvs.nceas.ucsb.edu:/cvs/pbi</pre></code>
459
          Example:&nbsp;&nbsp;
460
          <code><pre>:ext:myaccount@cvs.nceas.ucsb.edu:/cvs/pbi</pre></code>
461
      </td>
462
    </tr>
463 451
  </table>
464 452
  <p>
465 453
  Metacat has a number of additional settable properties in file
......
587 575
      <li>build/src/upgrade-db-to-1.2.sql</li>
588 576
      <li>build/src/upgrade-db-to-1.3.sql</li>
589 577
      <li>build/src/upgrade-db-to-1.4.sql</li>
578
      <li>build/src/upgrade-db-to-1.5.sql</li>
590 579
    </ul>
591 580
   <p>
592 581
    So, if you had an existing metacat 1.0 installation and you were upgrading 
593
    to 1.4, you would need to run all three scripts in sequence:
594
    upgrade-db-to-1.2.sql, upgrade-db-to-1.3.sql, and upgrade-db-to-1.4.sql. 
595
    However, if you were starting from a Metacat 1.3.x
596
    installation, you would only need to run the upgrade-db-to-1.4.sql script.
597
    Be sure to use the version of the scripts from the 'build' directory they
582
    to 1.5, you would need to run all four scripts in sequence:
583
    upgrade-db-to-1.2.sql, upgrade-db-to-1.3.sql, 
584
    upgrade-db-to-1.4.sql, and upgrade-db-to-1.5.sql. 
585
    However, if you were starting from a Metacat 1.4.x
586
    installation, you would only need to run the upgrade-db-to-1.5.sql script.
587
    Be sure to use the version of the scripts from the 'build' directory: they
598 588
    are customized for your installation in that directory.
599 589
   </p>
600 590
  </p>

Also available in: Unified diff