gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge setup,1.8,1.9 README.setup,1.2,1.3


From: cbayle
Subject: [Gforge-commits] gforge setup,1.8,1.9 README.setup,1.2,1.3
Date: Thu, 29 Jan 2004 15:00:41 -0600

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

Modified Files:
        setup README.setup 
Log Message:
Added cache and ssl support


Index: setup
===================================================================
RCS file: /cvsroot/gforge/gforge/setup,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- setup       18 Jan 2004 01:55:23 -0000      1.8
+++ setup       29 Jan 2004 21:00:33 -0000      1.9
@@ -75,11 +75,13 @@
 DEFAULTsys_use_ftp=true
 DEFAULTsys_use_trove=true
 DEFAULTsys_use_snippet=true
+DEFAULTsys_use_ssl=false
 DEFAULTsys_project_reg_restricted=true
 DEFAULTsys_localization_enable_caching=true
 DEFAULTsys_localization_cache_path=`pwd`/var/cache/gforge/
 DEFAULTsys_localization_enable_timestamp_checking=true
 DEFAULTsys_localinc=`pwd`/etc/local.inc
+DEFAULTsys_jabber_pass=$(dd if=/dev/urandom count=256 bs=1 2> /dev/null | 
md5sum | cut -b1-8)
 #
 # TODO
 #usr_lib_gforge=`pwd`

Index: README.setup
===================================================================
RCS file: /cvsroot/gforge/gforge/README.setup,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.setup        15 Jan 2004 22:12:42 -0000      1.2
+++ README.setup        29 Jan 2004 21:00:33 -0000      1.3
@@ -1,29 +1,33 @@
-This is a very first implementation of setup from cvs
-Just run 
-./setup
-and this will generate etc/local.inc and etc/httpd.conf
-
-This will try to include etc/httpd.conf in your $etcapache/httpd.conf
-$etcapache is set to /etc/apache by default
-
-The intention of this is to allow the use of debian tools to install gforge
-on non debian systems
-
-You will find install-apache.sh and fill-in-the-blanks.pl
-in both utils and deb-specific dir at the moment
-
-etc/local.inc is generated from files in etc/local.d
-etc/httpd.conf is generated from files in etc/httpd.d
-
-local.inc.example was generated doing:
+# This is a very first implementation of setup from cvs
+# Just run 
+# ./setup
+# and this will generate etc/local.inc and etc/httpd.conf
+#
+# This will try to include etc/httpd.conf in your $etcapache/httpd.conf
+# $etcapache is set to /etc/apache by default
+#
+# The intention of this is to allow the use of debian tools to install gforge
+# on non debian systems
+#
+# You will find install-apache.sh and fill-in-the-blanks.pl
+# in both utils and deb-specific dir at the moment
+#
+# etc/local.inc is generated from files in etc/local.d
+# etc/httpd.conf is generated from files in etc/httpd.d
+#
+# local.inc.example was generated doing:
 ./setup -input etc/gforge.conf.example -output etc/gforge.conf.example
+#
+# I did
 mv etc/local.inc etc/local.inc.example
-
-./setup -help will give you all available switch
-
-Let me know if this was usefull and the change you had to do to make it run
-on your system
-
-Christian
-
-<address@hidden>
+mv etc/httpd.conf etc/httpd.conf.example
+mv etc/httpd.secrets etc/httpd.secrets.example
+#
+# ./setup -help will give you all available switch
+#
+# Let me know if this was usefull and the change you had to do to make it run
+# on your system
+# 
+# Christian
+# 
+# <address@hidden>





reply via email to

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