Author: fapeeler
Date: Fri Aug 3 18:39:43 2012
New Revision: 1369158
URL: http://svn.apache.org/viewvc?rev=1369158&view=rev
Log:
CMS commit to vcl by fapeeler
Modified:
vcl/site/trunk/content/docs/VCL23Installation.mdtext
Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1369158&r1=1369157&r2=1369158&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Fri Aug 3 18:39:43
2012
@@ -179,3 +179,25 @@ VCL currently supports the use of mysql
:::BashLexer
./genkeys.sh
+ * Copy conf-default.php to conf.php:
+
+ :::BashLexer
+ cp conf-default.php conf.php
+
+ * Modify conf.php to match your site
+
+ :::BashLexer
+ vi conf.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'):
+
+ :::BashLexer
+ chown apache maintenance
+
+ * Open the testsetup.php page in a web browser:
+ * If you set up your site to be https://my.server.org/vcl/ open
https://my.server.org/vcl/testsetup.php
+ * Debug any issues reported by testsetup.php
+