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 20:39:23 UTC

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

Author: buildbot
Date: Mon Feb  2 19:39:23 2015
New Revision: 938700

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 19:39:23 2015
@@ -1 +1 @@
-1656551
+1656552

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 19:39:23 2015
@@ -82,16 +82,21 @@ 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> <span class="n">yum</span> <span class="o">-</span><span class="n">y</span> <span class="n">install</span> <span class="n">phpMyAdmin</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><span class="p">;</span>
 </pre></div>
 
 
-<p>b. Move the phpMyAdmin directory to the web server directory:</p>
+<p>b. Install phpMyAdmin</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">phpMyAdmin</span>
+</pre></div>
+
+
+<p>c. Move the phpMyAdmin directory to the web server directory:</p>
 <div class="codehilite"><pre><span class="n">mv</span> <span class="o">/</span><span class="n">usr</span><span class="o">/</span><span class="n">share</span><span class="o">/</span><span class="n">phpMyAdmin</span> <span class="o">/</span><span class="n">var</span><span class="o">/</span><span class="n">www</span><span class="o">/</span><span class="n">html</span><span class="o">/</span><span class="n">phpMyAdmin</span>
 </pre></div>
 
 
-<p>c. Edit /etc/httpd/conf.d/phpMyAdmin.conf with your favorite editor.
+<p>d. Edit /etc/httpd/conf.d/phpMyAdmin.conf with your favorite editor.
     Replace the paths created by the yum install, change each 
     "<strong>/usr/share/phpMyAdmin</strong>" with <strong>/var/www/html/phpMyAdmin</strong> 
     or use this sed command</p>
@@ -101,9 +106,9 @@ the VCL web server.
 
 </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</p>
+<p>Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
+    <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)