Author: buildbot
Date: Fri Aug  3 16:12:23 2012
New Revision: 827849

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/docs/VCL23Installation.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  3 16:12:23 2012
@@ -1 +1 @@
-1369064
+1369072

Modified: websites/staging/vcl/trunk/content/docs/VCL23Installation.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/VCL23Installation.html (original)
+++ websites/staging/vcl/trunk/content/docs/VCL23Installation.html Fri Aug  3 
16:12:23 2012
@@ -89,13 +89,31 @@
 <h1 id="database">Install &amp; Configure the Database</h1>
 <p>VCL currently supports the use of mysql database.</p>
 <ol>
-<li>Download and Extract the Apache VCL Source<ul>
+<li>
+<p>Download and Extract the Apache VCL Source</p>
+<ul>
 <li>If you have not already done so, download and the Apache VCL source to the 
database server:
      <pre><code>wget 
http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2</code></pre></li>
 <li>Extract the files:
     <pre><code>tar -jxvf apache-VCL-2.3.tar.bz2</code></pre></li>
 </ul>
 </li>
+<li>
+<p>Install MySQL Server</p>
+<ul>
+<li>Install MySQL Server 5.x
+     <pre><code>yum install mysql-server -y</code></pre></li>
+<li>Configure the MySQL daemon (mysqld) to start automatically:
+     <pre><code>/sbin/chkconfig --level 345 mysqld on</code></pre></li>
+<li>Start the MySQL daemon:
+     <pre><code>/sbin/service mysqld start</code></pre></li>
+<li>If the iptables firewall is being used and the web server and management 
nodes will be on different machines, port 3306 should be opend up
+     <pre><code>vi /etc/sysconfig/iptables</code></pre>
+     <pre><code>-A RH-Firewall-1-INPUT -m state --state NEW -s <web server IP> 
-p tcp --dport 3306 -j ACCEPT
+-A RH-Firewall-1-INPUT -m state --state NEW -s <management node IP> -p tcp 
--dport 3306 -j ACCEPT
+service iptables restart</code></pre></li>
+</ul>
+</li>
 </ol>
 <h1 id="web">Install and Configure the Web Components</h1>
 <p><strong>Prerequisites</strong></p>


Reply via email to