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 20:00:28 UTC

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

Author: buildbot
Date: Mon Dec 10 19:00:28 2012
New Revision: 841492

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 19:00:28 2012
@@ -1 +1 @@
-1419662
+1419667

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 19:00:28 2012
@@ -21,7 +21,7 @@
 
   <link href="/css/vcl.css" rel="stylesheet" type="text/css">
   <link href="/css/code.css" rel="stylesheet" type="text/css">
-  <title>Apache VCL - phpMyAdmin Installation &amp;amp; Configuration</title>
+  <title>Apache VCL - phpMyAdmin Installation &amp; Configuration</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 
@@ -77,7 +77,7 @@
   </div>
   
   <div id="content">
-    <h1 class="title">phpMyAdmin Installation &amp;amp; Configuration</h1>
+    <h1 class="title">phpMyAdmin Installation &amp; Configuration</h1>
     <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 
@@ -88,7 +88,7 @@ the VCL web server.
 <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>
+1a of <a href="VCL231InstallGuide.html">VCL 2.3.1 Web Code Installation</a> 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>
 </pre></div>
 
@@ -104,8 +104,10 @@ PHP 5.3.11 (cli) (built: May  8 2012 15:
 </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>
+    <pre>
+    <a href="http://www.phpmyadmin.net/home_page/downloads.php">http://www.phpmyadmin.net/home_page/downloads.php</a> for 3.x series
+    <a href="http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/">http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/</a> for 2.x series
+    </pre></p>
 </li>
 <li>
 <p>Extract the phpMyAdmin package:</p>
@@ -139,7 +141,7 @@ provided in the mysql directory in the A
 pma_table_info table in the phpmyadmin database. These entries cause corresponding 
 information to be displayed when you hover over a value in the VCL database.</p>
 <p>Import the SQL file into the phpmyadmin database:</p>
-<div class="codehilite"><pre><span class="n">mysql</span> <span class="n">phpmyadmin</span> <span class="o">&lt;</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">phpmyadmin</span><span class="o">.</span><span class="n">sql</span>
+<div class="codehilite"><pre><span class="n">mysql</span> <span class="n">phpmyadmin</span> <span class="o">&lt;</span> <span class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span class="o">-</span><span class="mf">2.3.1</span><span class="sr">/mysql/</span><span class="n">phpmyadmin</span><span class="o">.</span><span class="n">sql</span>
 </pre></div>