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

svn commit: r1419639 - /vcl/site/trunk/content/docs/installphpmyadmin.mdtext

Author: jfthomps
Date: Mon Dec 10 18:32:48 2012
New Revision: 1419639

URL: http://svn.apache.org/viewvc?rev=1419639&view=rev
Log:
formatting changes

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

Modified: vcl/site/trunk/content/docs/installphpmyadmin.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/installphpmyadmin.mdtext?rev=1419639&r1=1419638&r2=1419639&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/installphpmyadmin.mdtext (original)
+++ vcl/site/trunk/content/docs/installphpmyadmin.mdtext Mon Dec 10 18:32:48 2012
@@ -16,9 +16,11 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
+<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.
+</div>
 
 1. Download phpMyAdmin
 
@@ -27,12 +29,14 @@ the VCL web server.
 
             :::BashLexer
             php -v
-
-        * Use phpMyAdmin 2.x if the version of PHP is < 5.2:
-            PHP 4.3.2 (cgi), Copyright (c) 1997-2003 The PHP Group
-
-        * Use phpMyAdmin 3.x if the version of PHP is 5.x:
-            PHP 5.3.11 (cli) (built: May  8 2012 15:53:27)
+    * Use phpMyAdmin 2.x if the version of PHP is < 5.2:
+    <pre class="docnote">
+    PHP 4.3.2 (cgi), Copyright (c) 1997-2003 The PHP Group
+    </pre>
+    * 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>
 
     b. Download the appropriate version of phpMyAdmin from:
         http://www.phpmyadmin.net/home_page/downloads.php for 3.x series
@@ -42,14 +46,23 @@ the VCL web server.
 
         :::BashLexer
     	tar xf phpMyAdmin-2.11.11.3-english.tar.bz2
+
 * Move the phpMyAdmin directory to the web server directory:
 
         :::BashLexer
     	mv phpMyAdmin-2.11.11.3-english /var/www/html/phpmyadmin
+
 * Follow the installation instructions in: /var/www/html/phpmyadmin/Documentation.txt
-    	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:
+
+    <pre class="docnote">
+    The instructions must be followed in order to secure phpMyAdmin
+    </pre>
+
+    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>
+
 * Configure the phpMyAdmin-VCL Table relationships:
 
     After following the documentation on creating the phpMyAdmin Linked-tables