Revision 4817
Added by daigle over 15 years ago
metacat-linux-install.html | ||
---|---|---|
70 | 70 |
<div class="toc2"><a href="#AdditionalSoftwareOracle">Oracle</a></div> |
71 | 71 |
<div class="toc2"><a href="#AdditionalSoftwarePostgreSQL">PostgreSQL</a></div> |
72 | 72 |
<div class="toc2"><a href="#AdditionalSoftwareAnt">Ant</a></div> |
73 |
<div class="toc2"><a href="#AdditionalSoftwareApache">Apache</a></div> |
|
73 | 74 |
<div class="toc2"><a href="#AdditionalSoftwareTomcat">Tomcat</a></div> |
74 | 75 |
<div class="toc1"><a href="#DownloadingMetacat">Download Metacat and Get War File</a></div> |
75 | 76 |
<div class="toc2"><a href="#DownloadMetacatBinary">Download Metacat Binary and Get War File</a></div> |
... | ... | |
405 | 406 |
successfully used Ant 1.5.1, 1.5.2, and some earlier versions. --> |
406 | 407 |
</p> |
407 | 408 |
|
409 |
<a name="AdditionalSoftwareApache"></a><div class="header2">Apache</div> |
|
410 |
<p> |
|
411 |
If you are running Ubuntu/Debian, you can install the Apache web server by typing:</p> |
|
412 |
<div class="code">sudo apt-get install apache2</div> |
|
413 |
Otherwise, you can get Apache from <a href="http://httpd.apache.org/download.cgi">the Apache Tomcat page</a>. |
|
414 |
</p> |
|
415 |
|
|
408 | 416 |
<a name="AdditionalSoftwareTomcat"></a><div class="header2">Tomcat</div> |
409 | 417 |
<p> |
410 | 418 |
Install Tomcat into the directory of your choice. The directory in which |
Also available in: Unified diff
Add apache download instructions