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 2015/01/28 22:50:32 UTC

svn commit: r1655479 - /vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Author: jfthomps
Date: Wed Jan 28 21:50:32 2015
New Revision: 1655479

URL: http://svn.apache.org/r1655479
Log:
CMS commit to vcl by jfthomps

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

Modified: vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext?rev=1655479&r1=1655478&r2=1655479&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext Wed Jan 28 21:50:32 2015
@@ -29,6 +29,7 @@ three parts of VCL.  Alternatively, the
 installing the management node part of VCL, it will also prompt you to agree to the 
 installation of various system level requirements needed for the code to run.
 <pre><code>
+
     vcl-install.sh [-h|--help] [-d|--database] [-w|--web] [-m|--managementnode]
             [--dbhost <hostname> --dbpass <password>] 
             [--mnhost <hostname>] [--webhost <hostname>]
@@ -78,12 +79,13 @@ page to download and verify apache-VCL-2
 
 2. Install MySQL Server or MariaDB Server
 
-    * Install MySQL Server
+    * Install MySQL or MariaDB Server
         
             :::BashLexer
             yum install mysql-server -y
-    or install MariaDB Server
-        
+
+        or
+
             :::BashLexer
             yum install mariadb-server -y