Project

General

Profile

« Previous | Next » 

Revision 4599

Added by walbridge over 15 years ago

Combine two commands, one less step...

View differences:

docs/user/metacatinstall.html
122 122
  <div class=indent>
123 123
   <a name="InstallApache"></a><div class="header3">Install Apache</div>
124 124
	<p>Install Apache and and Mod JK packages by typing:</p>	
125
      <div class="code">sudo apt-get install apache2</div>
126
      <div class="code">sudo apt-get install libapache2-mod-jk</div>
127
    <p>Setup Mod JK apache configuration by typing:</p>
125
      <div class="code">sudo apt-get install apache2 libapache2-mod-jk</div>
126
    <p>Set up Mod JK apache configuration by typing:</p>
128 127
      <div class="code">sudo cp &lt;metacat_package_dir&gt;/jk.conf /etc/apache2/mods-available</div>
129 128
      <div class="code">sudo cp &lt;metacat_package_dir&gt;/workers.properties /etc/apache2</div>
130 129
    <p>Enable Apache Mod JK by typing:</p>

Also available in: Unified diff