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 2012/12/10 19:06:55 UTC

svn commit: r1419617 - /vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext

Author: fapeeler
Date: Mon Dec 10 18:06:54 2012
New Revision: 1419617

URL: http://svn.apache.org/viewvc?rev=1419617&view=rev
Log:
CMS commit to vcl by fapeeler

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

Modified: vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext?rev=1419617&r1=1419616&r2=1419617&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext Mon Dec 10 18:06:54 2012
@@ -119,7 +119,7 @@ VCL currently supports the use of mysql 
         For RHEL / CentOS 6
 
             :::BashLexer
-            	yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y
+            yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y
 
     * Configure the web server daemon (httpd) to start automatically:
 
@@ -189,8 +189,13 @@ VCL currently supports the use of mysql 
 
     * Modify conf.php to match your site using vi or your favorite text editor
 
-            * Modify every entry under "Things in this section must be modified". Descriptions and pointers for each value are included within conf.php.
-            * COOKIEDOMAIN - set this to the domain name your web server is using or leave it blank if you are only accessing the web server by its IP address
+            :::BashLexer	 
+            vi secrets.php
+         
+            * Modify every entry under "Things in this section must be modified". 
+            * Descriptions and pointers for each value are included within conf.php.
+            * COOKIEDOMAIN - set this to the domain name your web server is using 
+            * or leave it blank if you are only accessing the web server by its IP address
 
     * Set the owner of the .ht-inc/maintenance directory to the web server user (normally 'apache'):