You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by bu...@apache.org on 2012/12/10 19:32:54 UTC

svn commit: r841480 - in /websites/staging/vcl/trunk/content: ./ docs/installphpmyadmin.html

Author: buildbot
Date: Mon Dec 10 18:32:53 2012
New Revision: 841480

Log:
Staging update by buildbot for vcl

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

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 18:32:53 2012
@@ -1 +1 @@
-1419636
+1419639

Modified: websites/staging/vcl/trunk/content/docs/installphpmyadmin.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/installphpmyadmin.html (original)
+++ websites/staging/vcl/trunk/content/docs/installphpmyadmin.html Mon Dec 10 18:32:53 2012
@@ -78,24 +78,31 @@
   
   <div id="content">
     <h1 class="title">phpMyAdmin Installation &amp;amp; Configuration</h1>
-    <p>phpMyAdmin is a free and optional tool which allows MySQL to be administered using a web 
+    <div class="docnote">
+phpMyAdmin is a free and optional tool which allows MySQL to be administered using a web 
 browser. It makes administering the VCL database easier. This tool can be installed on 
-the VCL web server.</p>
+the VCL web server.
+</div>
+
 <ol>
 <li>
 <p>Download phpMyAdmin</p>
 <p>a. Check the version of PHP installed on the web server (you may need to perform step 
 1a of VCL 2.3 Web Code Installation to install httpd and php first):</p>
 <div class="codehilite"><pre>    <span class="n">php</span> <span class="o">-</span><span class="n">v</span>
-
-<span class="o">*</span> <span class="n">Use</span> <span class="n">phpMyAdmin</span> <span class="mi">2</span><span class="o">.</span><span class="n">x</span> <span class="k">if</span> <span class="n">the</span> <span class="n">version</span> <span class="n">of</span> <span class="n">PHP</span> <span class="n">is</span> <span class="o">&lt;</span> <span class="mf">5.2</span><span class="p">:</span>
-    <span class="n">PHP</span> <span class="mf">4.3.2</span> <span class="p">(</span><span class="n">cgi</span><span class="p">),</span> <span class="n">Copyright</span> <span class="p">(</span><span class="n">c</span><span class="p">)</span> <span class="mi">1997</span><span class="o">-</span><span class="mi">2003</span> <span class="n">The</span> <span class="n">PHP</span> <span class="n">Group</span>
-
-<span class="o">*</span> <span class="n">Use</span> <span class="n">phpMyAdmin</span> <span class="mi">3</span><span class="o">.</span><span class="n">x</span> <span class="k">if</span> <span class="n">the</span> <span class="n">version</span> <span class="n">of</span> <span class="n">PHP</span> <span class="n">is</span> <span class="mi">5</span><span class="o">.</span><span class="n">x:</span>
-    <span class="n">PHP</span> <span class="mf">5.3.11</span> <span class="p">(</span><span class="n">cli</span><span class="p">)</span> <span class="p">(</span><span class="n">built:</span> <span class="n">May</span>  <span class="mi">8</span> <span class="mi">2012</span> <span class="mi">15</span><span class="p">:</span><span class="mi">53</span><span class="p">:</span><span class="mi">27</span><span class="p">)</span>
 </pre></div>
 
 
+<ul>
+<li>Use phpMyAdmin 2.x if the version of PHP is &lt; 5.2:
+<pre class="docnote">
+PHP 4.3.2 (cgi), Copyright (c) 1997-2003 The PHP Group
+</pre></li>
+<li>Use phpMyAdmin 3.x if the version of PHP is 5.x:
+<pre class="docnote">
+PHP 5.3.11 (cli) (built: May  8 2012 15:53:27)
+</pre></li>
+</ul>
 <p>b. Download the appropriate version of phpMyAdmin from:
     http://www.phpmyadmin.net/home_page/downloads.php for 3.x series
     http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/ for 2.x series</p>
@@ -106,18 +113,26 @@ the VCL web server.</p>
 </pre></div>
 
 
-<ul>
+</li>
 <li>
 <p>Move the phpMyAdmin directory to the web server directory:</p>
-<p>:::BashLexer
-mv phpMyAdmin-2.11.11.3-english /var/www/html/phpmyadmin
-<em> Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
+<div class="codehilite"><pre><span class="n">mv</span> <span class="n">phpMyAdmin</span><span class="o">-</span><span class="mf">2.11.11.3</span><span class="o">-</span><span class="n">english</span> <span class="sr">/var/</span><span class="n">www</span><span class="sr">/html/</span><span class="n">phpmyadmin</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt</p>
+<p><pre class="docnote">
 The instructions must be followed in order to secure phpMyAdmin
-If you receive 403-Forbidden errors after installing phpMyAdmin, the problem is likely caused by SELinux. Run the following command to correct the problem:
-    chcon -R -t httpd_sys_content_t /var/www/html/phpmyadmin
-</em> Configure the phpMyAdmin-VCL Table relationships:</p>
+</pre></p>
+<p>If you receive 403-Forbidden errors after installing phpMyAdmin, the problem is likely caused by SELinux. Run the following command to correct the problem:
+<pre class="docnote">
+chcon -R -t httpd_sys_content_t /var/www/html/phpmyadmin
+</pre></p>
 </li>
-</ul>
+<li>
+<p>Configure the phpMyAdmin-VCL Table relationships:</p>
 <p>After following the documentation on creating the phpMyAdmin Linked-tables 
 infrastructure, you can set up the VCL table relationships. The phpmyadmin.sql file is 
 provided in the mysql directory in the Apache VCL source code. It will add entries to the