gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/etc database.inc.example, 1.1, 1.2 gforge.conf.e


From: cbayle
Subject: [Gforge-commits] gforge/etc database.inc.example, 1.1, 1.2 gforge.conf.example, 1.12, 1.13 httpd.conf.example, 1.8, 1.9 local.inc.example, 1.21, 1.22 local.pl.example, 1.2, 1.3
Date: Sat, 11 Dec 2004 14:35:49 -0600

Update of /cvsroot/gforge/gforge/etc
In directory db.perdue.net:/tmp/cvs-serv18436/etc

Modified Files:
        database.inc.example gforge.conf.example httpd.conf.example 
        local.inc.example local.pl.example 
Log Message:
Update generated examples


Index: database.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/database.inc.example,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- database.inc.example        28 Mar 2004 20:34:34 -0000      1.1
+++ database.inc.example        11 Dec 2004 20:35:47 -0000      1.2
@@ -1,4 +1,4 @@
-<?
+<?php
        // PLEASE DO NOT REMOVE THIS LINE
        $sys_dbhost="localhost";
        $sys_dbname="alexandria";

Index: gforge.conf.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/gforge.conf.example,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gforge.conf.example 25 Oct 2004 14:39:52 -0000      1.12
+++ gforge.conf.example 11 Dec 2004 20:35:47 -0000      1.13
@@ -6,7 +6,7 @@
 db_user=www
 db_password=
 ip_address=10.GF.OR.GE
-scm_host=scm.g-tt.rd.francetelecom.fr
+scm_host=cvs.gforge.company.com
 shell_host=shell.gforge.company.com
 users_host=users.gforge.company.com
 lists_host=lists.gforge.company.com
@@ -57,6 +57,7 @@
 sys_ldap_auth_version=3
 sys_ldap_auth_dn=dc=gforge,dc=company,dc=com
 
sys_scm_tarballs_path=/home/bayle/local/gforge/gforge/var/lib/gforge/scmtarballs
+sys_scm_snapshots_path=/var/lib/gforge/scmsnapshots
 sys_use_scm=true
 sys_use_tracker=true
 sys_use_forum=true

Index: httpd.conf.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/httpd.conf.example,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- httpd.conf.example  25 Oct 2004 14:39:52 -0000      1.8
+++ httpd.conf.example  11 Dec 2004 20:35:47 -0000      1.9
@@ -1,3 +1,4 @@
+Listen 80
 <Files .htaccess>
   order allow,deny
   deny from all
@@ -193,7 +194,7 @@
     SSLEnable
   </IfModule>
 
-  ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
+  ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/
 
   Alias /pipermail /var/lib/mailman/archives/public
   <Directory /var/lib/mailman/archives/public>
@@ -221,6 +222,7 @@
        VirtualDocumentRoot /home/groups/%1/htdocs
         VirtualScriptAlias /home/groups/%1/cgi-bin
        DirectoryIndex index.html index.php
+       php_admin_value default_charset "UTF-8"
         <Directory /home/groups>
                Options Indexes FollowSymlinks
                AllowOverride All

Index: local.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.inc.example,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- local.inc.example   25 Oct 2004 14:39:52 -0000      1.21
+++ local.inc.example   11 Dec 2004 20:35:47 -0000      1.22
@@ -69,7 +69,8 @@
 //
 
 // Machine that hosts SCM
-$sys_scm_host = "scm.g-tt.rd.francetelecom.fr";
+$sys_scm_host = 'cvs.gforge.company.com';
+$sys_cvs_host=$sys_scm_host;
 
 // Force the use of a single scm host instead of scm.project.domain.com
 // Set to 1 to use scm.domain.com for all projects
@@ -77,12 +78,14 @@
 $sys_scm_single_host = 1;
 
 // Path to tarballs directory
-$sys_scm_tarballs_path='{sys_cvs_tarballs_path}';
+$sys_scm_tarballs_path='/home/bayle/local/gforge/gforge/var/lib/gforge/scmtarballs';
+
+// Path to snapshots directory
+$sys_scm_snapshots_path='/var/lib/gforge/scmsnapshots';
 
 // Path to SCMWEB
 $sys_path_to_scmweb='/usr/lib/gforge/bin/';
 
-Listen 80
 
 //Databases, html/php/other paths
 //server to use for updates and reads
@@ -175,9 +178,9 @@
 //
 // Groups and Homes dir prefix
 //
-$homedir_prefix="/home";
-$groupdir_prefix="/home/groups";
-$sys_chroot="";
+$homedir_prefix='/home';
+$groupdir_prefix='/home/groups';
+$sys_chroot='';
 
 //
 // File Upload Configuration
@@ -195,16 +198,16 @@
 //             installation.  If you use ANY form of relative path
 //             you will break the html_image function in include/html.php
 //
-$sys_urlroot="/path/to/gforge/www/";
+$sys_urlroot='/path/to/gforge/www/';
 
 // Name of the system as a whole (needed by various utils and titles)
-$sys_name="MyGForge";
+$sys_name='MyGForge';
 
 // session cookie settings
 //
 //     IMPORTANT - YOU MUST CHANGE "foobar" to a long, random number
 //
-$sys_session_key = "foobar";
+$sys_session_key = 'foobar';
 $sys_session_expire = 60 * 60 * 24 * 7;
 
 // Require that user give unique (not yet existent in db) email upon
@@ -217,7 +220,7 @@
 
 // Themeing related vars... Some of this needs to change in the session stuff
 // The theme base directory, everything else is handled by theme_sysinit()
-$sys_themeroot=$sys_urlroot."themes/";
+$sys_themeroot=$sys_urlroot.'themes/';
 // If you want an other default theme or language
 $sys_theme='gforge';
 $sys_default_theme_id=1;
@@ -227,8 +230,8 @@
 
 // Akamization of images
 //     example: http://images.gforge.company.com
-$sys_images_url="http://gforge.company.com/";;
-$sys_images_secure_url="https://gforge.company.com/";;
+$sys_images_url='';
+$sys_images_secure_url='';
 
 // Groups
 //     The GForge permission model is based on groups

Index: local.pl.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.pl.example,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- local.pl.example    21 Jul 2004 20:21:31 -0000      1.2
+++ local.pl.example    11 Dec 2004 20:35:47 -0000      1.3
@@ -1,7 +1,7 @@
 # PLEASE DO NOT REMOVE THIS LINE
 
 $sys_default_domain = 'gforge.company.com' ;
-$sys_scm_host = 'scm.g-tt.rd.francetelecom.fr' ;
+$sys_scm_host = 'cvs.gforge.company.com' ;
 $sys_download_host = 'download.gforge.company.com' ;
 $sys_shell_host = 'shell.gforge.company.com' ;
 $sys_users_host = 'users.gforge.company.com' ;





reply via email to

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