You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2015/02/02 20:39:18 UTC

svn commit: r1656552 - /vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext

Author: fapeeler
Date: Mon Feb  2 19:39:18 2015
New Revision: 1656552

URL: http://svn.apache.org/r1656552
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext

Modified: vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext?rev=1656552&r1=1656551&r2=1656552&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpMyAdminVCL.mdtext Mon Feb  2 19:39:18 2015
@@ -27,14 +27,19 @@ the VCL web server.
     a. phpMyAdmin is located in the extras repository use, can use epel-release package to add this repo
 
         :::BashLexer
-        yum -y install epel-release; yum -y install phpMyAdmin
+        yum -y install epel-release; 
 
-    b. Move the phpMyAdmin directory to the web server directory:
+    b. Install phpMyAdmin
+
+        :::BashLexer
+        yum -y install phpMyAdmin
+
+    c. Move the phpMyAdmin directory to the web server directory:
 
         :::BashLexer
     	mv /usr/share/phpMyAdmin /var/www/html/phpMyAdmin
 
-    c. Edit /etc/httpd/conf.d/phpMyAdmin.conf with your favorite editor.
+    d. Edit /etc/httpd/conf.d/phpMyAdmin.conf with your favorite editor.
         Replace the paths created by the yum install, change each 
         "**/usr/share/phpMyAdmin**" with **/var/www/html/phpMyAdmin** 
         or use this sed command
@@ -44,7 +49,6 @@ the VCL web server.
 
 
 * Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
-
     <pre class="docnote">
     The instructions must be followed in order to secure phpMyAdmin