Project

General

Profile

« Previous | Next » 

Revision 4646

Added by daigle over 15 years ago

Add metacat source build instructions and apache configuration instructions.

View differences:

metacat-install.html
376 376
  <p>
377 377
    Install Tomcat into the directory of your choice. The directory in which 
378 378
    you install Tomcat itself will be referred to as the &lt;tomcat_home&gt;.
379
    We recommend that you install Tomcat version 5.5.  More details about 
380
    Tomcat installation are available <a href=" http://jakarta.apache.org/tomcat/index.html">here</a>.
379
    We recommend that you install Tomcat version 5.5.  If you are running 
380
    Ubuntu/Debian, you can get Tomcat by typing:</p>
381
      <div class="code">sudo apt-get install tomcat5.5</div>
382
    Otherwise, you can get Tomcat from <a href=" http://jakarta.apache.org/tomcat/index.html">the Apache Tomcat page</a>.
381 383
  </p>
382 384

  
383 385
<a name="DownloadingMetacat"></a><div class="header1">Download Metacat and Get War File</div>
......
440 442
  <a name="InstallMetacatWar"></a><div class="header2">Install Metacat War</div> 
441 443
    <p>Copy the war file to Tomcat:</p>
442 444
	  <div class="code">sudo cp knb.war &lt;tomcat_app_dir&gt;</div>
445
	  
446
  <a name="ApacheConfig"></a><div class="header2">Configure Apache</div> 
447
    <p>You have the option of running Tomcat stand-alone or with with the Apache web
448
    server.  Running with Apache is the more traditional setup since Apache is a 
449
    more robust web server.  There are some initial setup steps to get Apache talking
450
    to the Metacat application at the </p>
451
	  <a href="./metacat-apache-config.html"> the Metacat Apache Configuration page</a></p>
443 452

  
444 453
<a name="UpgradingMetacat"></a><div class="header1">Upgrading Existing Metacat</div>
445 454
  <a name="protocol"></a>

Also available in: Unified diff