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 2015/02/02 21:09:31 UTC

svn commit: r938701 - in /websites/staging/vcl/trunk/content: ./ docs/installphpMyAdminVCL.html

Author: buildbot
Date: Mon Feb  2 20:09:31 2015
New Revision: 938701

Log:
Staging update by buildbot for vcl

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

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  2 20:09:31 2015
@@ -1 +1 @@
-1656552
+1656557

Modified: websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html (original)
+++ websites/staging/vcl/trunk/content/docs/installphpMyAdminVCL.html Mon Feb  2 20:09:31 2015
@@ -82,7 +82,7 @@ the VCL web server.
 <li>
 <p>Install via yum package manager ( CentOS and RedHat based distributions ). Tested on clean installs of OS versions 6 and 7</p>
 <p>a. phpMyAdmin is located in the extras repository use, can use epel-release package to add this repo</p>
-<div class="codehilite"><pre><span class="n">yum</span> <span class="o">-</span><span class="n">y</span> <span class="n">install</span> <span class="n">epel</span><span class="o">-</span><span class="n">release</span><span class="p">;</span>
+<div class="codehilite"><pre><span class="n">yum</span> <span class="o">-</span><span class="n">y</span> <span class="n">install</span> <span class="n">epel</span><span class="o">-</span><span class="n">release</span>
 </pre></div>
 
 
@@ -106,14 +106,15 @@ the VCL web server.
 
 </li>
 <li>
-<p>Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
+<p>Follow the latest setup instructions at <a href="http://docs.phpmyadmin.net">http://docs.phpmyadmin.net</a>
     <pre class="docnote">
-    The instructions must be followed in order to secure phpMyAdmin</p>
-<p>At a minimum set the MySQL user and password in the config.inc.php file
-Edit the /etc/phpMyAdmin/config.inc.php
-Set the follow variables to match the LockerWrtUser(typically vcluser) 
-and wrtPass from /etc/vcl/vcld.conf</p>
-<p>$cfg['Servers'][$i]['user']          = 'vcluser';<br />
+    The "Securing your phpMyAdmin installation" instructions must be followed 
+    in order to secure phpMyAdmin.
+    At a minimum set the MySQL user and password in the config.inc.php file
+    Edit the /etc/phpMyAdmin/config.inc.php</p>
+<p>Set the follow variables to match the LockerWrtUser(typically vcluser) 
+and wrtPass from /etc/vcl/vcld.conf
+$cfg['Servers'][$i]['user']          = 'vcluser';<br />
 $cfg['Servers'][$i]['password']      = ''; 
 </pre></p>
 </li>