Author: buildbot
Date: Fri Aug 3 18:39:46 2012
New Revision: 827882
Log:
Staging update by buildbot for vcl
Modified:
websites/staging/vcl/trunk/content/ (props changed)
websites/staging/vcl/trunk/content/docs/VCL23Installation.html
Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 3 18:39:46 2012
@@ -1 +1 @@
-1369154
+1369158
Modified: websites/staging/vcl/trunk/content/docs/VCL23Installation.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/VCL23Installation.html (original)
+++ websites/staging/vcl/trunk/content/docs/VCL23Installation.html Fri Aug 3
18:39:46 2012
@@ -317,6 +317,39 @@
</li>
+<li>
+<p>Copy conf-default.php to conf.php:</p>
+<div class="codehilite"><pre><span class="n">cp</span> <span
class="n">conf</span><span class="o">-</span><span
class="n">default</span><span class="o">.</span><span class="n">php</span>
<span class="n">conf</span><span class="o">.</span><span class="n">php</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Modify conf.php to match your site</p>
+<div class="codehilite"><pre>
+</pre></div>
+
+
+<p>vi conf.php</p>
+<ul>
+<li>Modify every entry under <strong>"Things in this section must be
modified"</strong>. Descriptions and pointers for each value are included
within conf.php.<ul>
+<li><strong>COOKIEDOMAIN</strong> - 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</li>
+</ul>
+</li>
+</ul>
+</li>
+<li>
+<p>Set the owner of the .ht-inc/maintenance directory to the web server user
(normally 'apache'):</p>
+<p>:::BashLexer
+ chown apache maintenance</p>
+</li>
+<li>
+<p>Open the testsetup.php page in a web browser:</p>
+<ul>
+<li>If you set up your site to be https://my.server.org/vcl/ open
https://my.server.org/vcl/testsetup.php</li>
+<li>Debug any issues reported by testsetup.php</li>
+</ul>
+</li>
</ul>
</li>
</ol>