Author: crossley
Date: Thu Oct 19 18:21:37 2006
New Revision: 465946
URL: http://svn.apache.org/viewvc?view=rev&rev=465946
Log:
Automatic publish from forrestbot
Modified:
forrest/site/docs_0_80/your-project.html
forrest/site/docs_0_80/your-project.pdf
forrest/site/zone.html
forrest/site/zone.pdf
Modified: forrest/site/docs_0_80/your-project.html
URL:
http://svn.apache.org/viewvc/forrest/site/docs_0_80/your-project.html?view=diff&rev=465946&r1=465945&r2=465946
==============================================================================
--- forrest/site/docs_0_80/your-project.html (original)
+++ forrest/site/docs_0_80/your-project.html Thu Oct 19 18:21:37 2006
@@ -458,8 +458,8 @@
<a name="N10038"></a><a name="In+Unix%2FLinux%3A"></a>
<h4>In Unix/Linux:</h4>
<p class="instruction">change directory to the top-level of the forrest
distribution and do ...</p>
-<p class="instruction">~/apache-forrest-0.7$ export FORREST_HOME=`pwd`</p>
-<p class="instruction">~/apache-forrest-0.7$ export
PATH=$PATH:$FORREST_HOME/bin</p>
+<p class="instruction">~/apache-forrest$ export FORREST_HOME=`pwd`</p>
+<p class="instruction">~/apache-forrest$ export
PATH=$PATH:$FORREST_HOME/bin</p>
<a name="N1004A"></a><a
name="Permanently+Setting+The+Environment+Variables+for+Linux%2FUnix"></a>
<h5>Permanently Setting The Environment Variables for Linux/Unix</h5>
<p>Export only changes the variables during that terminal session for that
@@ -476,14 +476,14 @@
<a name="N1005F"></a><a name="Windows+2000"></a>
<h4>Windows 2000</h4>
<p class="instruction">Go to "My Computer", "Properties", "Advanced",
"Environment Variables"</p>
-<p class="instruction">add a new variable <span
class="codefrag">FORREST_HOME</span> as <span
class="codefrag">C:\full\path\to\apache-forrest-0.7</span>
+<p class="instruction">add a new variable <span
class="codefrag">FORREST_HOME</span> as <span
class="codefrag">C:\full\path\to\apache-forrest</span>
</p>
<p class="instruction">edit <span class="codefrag">PATH</span> as <span
class="codefrag">%PATH%;%FORREST_HOME%\bin</span>
</p>
<a name="N1007C"></a><a name="In+Windows+XP%3A"></a>
<h4>In Windows XP:</h4>
<p class="instruction">Go to "My Computer", "Properties", "Advanced",
"Environment Variables"</p>
-<p class="instruction">Create a New variable with name: FORREST_HOME value:
C:\full\path\to\apache-forrest-0.7</p>
+<p class="instruction">Create a New variable with name: FORREST_HOME value:
C:\full\path\to\apache-forrest</p>
<p class="instruction">Edit PATH by adding ;%FORREST_HOME%\bin to the end of
the current value.</p>
</div>
Modified: forrest/site/docs_0_80/your-project.pdf
URL:
http://svn.apache.org/viewvc/forrest/site/docs_0_80/your-project.pdf?view=diff&rev=465946&r1=465945&r2=465946
==============================================================================
Binary files - no diff available.
Modified: forrest/site/zone.html
URL:
http://svn.apache.org/viewvc/forrest/site/zone.html?view=diff&rev=465946&r1=465945&r2=465946
==============================================================================
--- forrest/site/zone.html (original)
+++ forrest/site/zone.html Thu Oct 19 18:21:37 2006
@@ -446,7 +446,11 @@
Also it seems that /var/run/apache2 is wiped out on reboot,
so need to mkdir again.
</p>
-<a name="N100D0"></a><a name="admin-user"></a>
+<pre class="code">
+sudo mkdir /var/run/apache2
+sudo /usr/apache2/bin/apachectl -k start
+</pre>
+<a name="N100D4"></a><a name="admin-user"></a>
<h3 class="underlined_5">User administration</h3>
<p>After receiving your account, please be sure to configure it properly.</p>
<p>See some notes at
Modified: forrest/site/zone.pdf
URL:
http://svn.apache.org/viewvc/forrest/site/zone.pdf?view=diff&rev=465946&r1=465945&r2=465946
==============================================================================
Binary files - no diff available.