Author: buildbot
Date: Fri Aug 3 17:31:05 2012
New Revision: 827857
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 17:31:05 2012
@@ -1 +1 @@
-1369104
+1369105
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
17:31:05 2012
@@ -90,19 +90,29 @@
<p>VCL currently supports the use of mysql database.</p>
<ol>
<li>Download and Extract the Apache VCL Source</li>
-<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>
-<p>Extract the files:
- <pre><code>tar -jxvf apache-VCL-2.3.tar.bz2</code></pre></p>
+<p>If you have not already done so, download and the Apache VCL source to the
database server:</p>
+<div class="codehilite"><pre><span class="n">wget</span> <span
class="n">http:</span><span class="sr">//</span><span class="n">www</span><span
class="o">.</span><span class="n">apache</span><span class="o">.</span><span
class="n">org</span><span class="sr">/dist/</span><span
class="n">vcl</span><span class="o">/</span><span class="n">apache</span><span
class="o">-</span><span class="n">VCL</span><span class="o">-</span><span
class="mf">2.3</span><span class="o">.</span><span class="n">tar</span><span
class="o">.</span><span class="n">bz2</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Extract the files:</p>
+<div class="codehilite"><pre><span class="n">tar</span> <span
class="o">-</span><span class="n">jxvf</span> <span
class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span
class="o">-</span><span class="mf">2.3</span><span class="o">.</span><span
class="n">tar</span><span class="o">.</span><span class="n">bz2</span>
+</pre></div>
+
+
</li>
<li>
<p>Install MySQL Server</p>
</li>
<li>
-<p>Install MySQL Server 5.x
- :::BashLexer
- yum install mysql-server -y</p>
+<p>Install MySQL Server 5.x</p>
+<div class="codehilite"><pre><span class="n">yum</span> <span
class="n">install</span> <span class="n">mysql</span><span
class="o">-</span><span class="n">server</span> <span class="o">-</span><span
class="n">y</span>
+</pre></div>
+
+
</li>
<li>
<p>Configure the MySQL daemon (mysqld) to start automatically:</p>
@@ -119,10 +129,11 @@
</li>
<li>
-<p>If the iptables firewall is being used and the web server and management
nodes will be on different machines, port 3306 should be opened up
- :::BashLexervi
- /etc/sysconfig/iptables</p>
-<div class="codehilite"><pre>-A RH-Firewall-1-INPUT -m state --state NEW -s
<span class="nt"><web</span> <span class="err">server</span> <span
class="err">IP</span><span class="nt">></span> -p tcp --dport 3306 -j ACCEPT
+<p>If the iptables firewall is being used and the web server and management
nodes will be on different machines, port 3306 should be opened up</p>
+<div class="codehilite"><pre>vi /etc/sysconfig/iptables
+
+:::BashLexer
+-A RH-Firewall-1-INPUT -m state --state NEW -s <span class="nt"><web</span>
<span class="err">server</span> <span class="err">IP</span><span
class="nt">></span> -p tcp --dport 3306 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -s <span
class="nt"><management</span> <span class="err">node</span> <span
class="err">IP</span><span class="nt">></span> -p tcp --dport 3306 -j ACCEPT
service iptables restart<span class="nt"></code></pre></span>
</pre></div>
@@ -159,8 +170,11 @@ service iptables restart<span class="nt"
</li>
<li>
-<p>Import the vcl.sql file into the database. The <strong>vcl.sql</strong>
file is included in the <strong>mysql</strong> directory within the Apache VCL
source code
- <pre><code>mysql vcl <
apache-VCL-2.3/mysql/vcl.sql</code></pre></p>
+<p>Import the vcl.sql file into the database. The <strong>vcl.sql</strong>
file is included in the <strong>mysql</strong> directory within the Apache VCL
source code</p>
+<div class="codehilite"><pre><span class="n">mysql</span> <span
class="n">vcl</span> <span class="o"><</span> <span
class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span
class="o">-</span><span class="mf">2.3</span><span
class="sr">/mysql/</span><span class="n">vcl</span><span
class="o">.</span><span class="n">sql</span>
+</pre></div>
+
+
</li>
</ol>
<hr />