gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/docs/xdocs/xdocs installation.xml, 1.20, 1.21


From: tom
Subject: [Gforge-commits] gforge/docs/xdocs/xdocs installation.xml, 1.20, 1.21
Date: Fri, 16 Jan 2004 11:26:36 -0600

Update of /cvsroot/gforge/gforge/docs/xdocs/xdocs
In directory db.perdue.net:/tmp/cvs-serv989/xdocs

Modified Files:
        installation.xml 
Log Message:
Some updates from Andrew Lachovics, fixed a typo in user_functions/index.html

Index: installation.xml
===================================================================
RCS file: /cvsroot/gforge/gforge/docs/xdocs/xdocs/installation.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- installation.xml    1 Dec 2003 19:50:33 -0000       1.20
+++ installation.xml    16 Jan 2004 17:26:34 -0000      1.21
@@ -1,17 +1,15 @@
 <?xml version="1.0"?>
 <document>
-
   <properties>
     <author email="address@hidden">Reinhard Spisser</author>
     <author email="address@hidden">Tom Copeland</author>
     <title>Installation</title>
   </properties>
-
   <body>
 
 <section name="Hardware requirements">
 <p>
-Hardware requirements are dependent on the number of users that will use the 
system and how active those users are.  One installation of GForge 3.1 hosts 
over 360 users and over 110 projects on a single CPU Pentium 2.4GHz machine 
with 512 MB of RAM.
+Hardware requirements are dependent on the number of users that will use the 
system and how active those users are.  One installation of GForge hosts over 
450 users and over 140 projects on a single CPU Pentium 2.4GHz machine with 512 
MB of RAM.
 </p>
 </section>
 <section name="Software requirements">
@@ -64,9 +62,9 @@
 <ol>
 <li>Login as root user</li>
 <li>cd to <code>/var/www/</code></li>
-<li>Extract the content of gforge-3.1.tar.bz2 to the current directory:<br/>
+<li>Extract the content of gforge-3.21.tar.bz2 to the current directory:<br/>
 <code>
-bzip2 -dc gforge-3.1.tar.bz2 | tar xvf -
+bzip2 -dc gforge-3.21.tar.bz2 | tar xvf -
 <br/>
 </code>
 </li>
@@ -83,7 +81,7 @@
 <li>Change the DocumentRoot to point to the <code>www</code> directory:
 <code><br/>
 <br/>
-DocumentRoot "/var/www/gforge-3.1/www"
+DocumentRoot "/var/www/gforge-3.21/www"
 <br/>
 <br/></code>
 
@@ -92,7 +90,7 @@
 Change the Directory directive following the DocumentRoot as follows:
 
 <source><![CDATA[
-<Directory "/var/www/gforge-3.1/www">
+<Directory "/var/www/gforge-3.21/www">
     Options Indexes FollowSymLinks
     AllowOverride All
     Order allow,deny
@@ -102,11 +100,11 @@
 ]]></source>
 <p/>
 </li>
-<li>Change the ScriptAlias to <code>/var/www/gforge-3.1/cgi-bin</code>
+<li>Change the ScriptAlias to <code>/var/www/gforge-3.21/cgi-bin</code>
 </li>
 <li>Change the Directory configuration following the ScriptAlias directive as 
follows:
 <source><![CDATA[
-<Directory "/var/www/gforge-3.1/cgi-bin">
+<Directory "/var/www/gforge-3.21/cgi-bin">
     AllowOverride All
     Options None
     Order allow,deny
@@ -301,7 +299,7 @@
 
 <ol>
 
-<li>cd to <code>/var/www/gforge-3.1/db</code></li>
+<li>cd to <code>/var/www/gforge-3.21/db</code></li>
 <li>
 <code>
 psql -a -U gforge gforge &lt; gforge3.sql > /tmp/gforge.sql.log 2&gt;&amp;1
@@ -353,8 +351,8 @@
 </li>
 <li> and configure the include_path directive as follows:
 <source>
-include_path=".:/var/www/gforge-3.1/:/var/www/gforge-3.1/common/include:
-/var/www/gforge-3.1/www/include:/var/www/gforge-3.1/etc/"
+include_path=".:/var/www/gforge-3.21/:/var/www/gforge-3.21/common/include:
+/var/www/gforge-3.21/www/include:/var/www/gforge-3.21/etc/"
 </source>
 
 </li>
@@ -374,7 +372,7 @@
 <li>Copy the cvsweb.cgi script into Apache's cgi-bin directory</li>
 <li>Copy the cvsweb.conf file into Apache's configuration directory (such as 
/etc/httpd/conf/ on RedHat 9)</li>
 <li>Edit cvsweb.conf</li>
-<li>change %CVSROOT hash to include your repositories</li>
+<li>change %CVSROOT hash to include your repositories - note you'll need to 
have created a repository first, of course</li>
 <li>change the $cvstreedefault variable to point to a default repository</li>
 <li>TODO: can we add the repositories automagically? Or should we tweak 
cvsweb.cgi?</li>
 <li>TODO: should we tweak cvsweb.cgi so it doesn't have a default 
repository?</li>
@@ -410,7 +408,7 @@
 </li>
 
 <li>Create a directory<code> /etc/gforge</code><br/></li>
-<li>Copy the file <code>local.inc</code> from 
<code>/var/www/gforge-3.1/etc/</code> to <code>/etc/gforge/</code> </li>
+<li>Copy the file <code>local.inc</code> from 
<code>/var/www/gforge-3.21/etc/</code> to <code>/etc/gforge/</code> </li>
 <li>Open <code>/etc/gforge/local.inc</code>, configuring the following basic 
parameters:
 <ol>
 <li>Database configuration:
@@ -432,7 +430,7 @@
 </li>
 <li>
 Change the value of the $sys_urlroot to:<br/>
-<code>$sys_urlroot="/var/www/gforge-3.1/www/";</code>
+<code>$sys_urlroot="/var/www/gforge-3.21/www/";</code>
 <br/>
 </li>
 
@@ -464,7 +462,7 @@
 Alias /pipermail/ /usr/local/mailman/archives/public/
 ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
 </source>
-<p>Run the script 
<code>gforge-3.1/cronjobs/mail/mailing_lists_create.php</code>; this creates 
any lists that are already in the database.  Note that to run the script you 
need to invoke the PHP interpreter with the <code>-f</code> flag, i.e.:</p>
+<p>Run the script 
<code>gforge-3.21/cronjobs/mail/mailing_lists_create.php</code>; this creates 
any lists that are already in the database.  Note that to run the script you 
need to invoke the PHP interpreter with the <code>-f</code> flag, i.e.:</p>
 <source>
 php -f mailing_lists_create.php
 </source>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]