CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <[EMAIL PROTECTED]>     05/08/20 11:12:45

Modified files:
        docs/hacking_savannah: hacking_savannah.texi 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/docs/hacking_savannah/hacking_savannah.texi.diff?tr1=1.112&tr2=1.113&r1=text&r2=text

Patches:
Index: administration/docs/hacking_savannah/hacking_savannah.texi
diff -u administration/docs/hacking_savannah/hacking_savannah.texi:1.112 
administration/docs/hacking_savannah/hacking_savannah.texi:1.113
--- administration/docs/hacking_savannah/hacking_savannah.texi:1.112    Tue Aug 
 2 23:54:28 2005
+++ administration/docs/hacking_savannah/hacking_savannah.texi  Sat Aug 20 
11:12:45 2005
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
[EMAIL PROTECTED] $Id: hacking_savannah.texi,v 1.112 2005/08/02 23:54:28 Beuc 
Exp $
[EMAIL PROTECTED] $Id: hacking_savannah.texi,v 1.113 2005/08/20 11:12:45 Beuc 
Exp $
 @comment %**start of header
 @setfilename hacking_savannah.info
 @include version.texi
@@ -414,11 +414,28 @@
 @example
 mkdir /savannah-test-install/
 debootstrap woody /savannah-test-install/
-chroot /savannah-test-install bash --login
 @end example
 
+A few configuration.
[EMAIL PROTECTED]/savannah-test-install/root/.profile}
[EMAIL PROTECTED]
+# start in /root
+cd
+
+# Text-mode (until I write some script to pass the X auth key)
+# (cf. xauth nextract and nmerge)
+unset DISPLAY
+
+# Set the terminal title to avoid confusing the alternate root and the
+# real system
+echo -en "\033]0;Savannah Test Install\007"
 
-Make sure your /etc/apt/sources.list contains a debian mirrror:
+# Likewise, change the prompt
+export PS1='sv_test:\w\$ '
[EMAIL PROTECTED] example
+
+Make sure your @file{/savannah-test-install/etc/apt/sources.list}
+contains a debian mirrror:
 @example
 @dots{}
 deb http://security.debian.org/ woody/updates main
@@ -427,6 +444,13 @@
 @dots{}
 @end example
 
+
+You're ready to go:
[EMAIL PROTECTED]
+chroot /savannah-test-install bash --login
[EMAIL PROTECTED] example
+
+
 Then update your system:
 @example
 aptitude update
@@ -437,9 +461,36 @@
 @example
 aptitude install wget
 aptitude install rsync
+aptitude install apache2
+aptitude install archzoom
 @dots{}
+
+mkdir -m 755 /var/lib/arch
+# sftp shortcut
+ln -s /var/lib/arch /archives
[EMAIL PROTECTED] example
+
+Edit @file{/etc/default/apache2}:
[EMAIL PROTECTED]
+NO_START=0
 @end example
 
+Edit apache2 [TODO]
+CONVERT THOSE /icons GIFS!!! ;)
+
+Install mod_status + passwd auth
+
+To remove
+aptitude purge...
+dhcp-client
+fdutils
+info # not if you install cvs afterwhile
+tasksel
+telnet
+
+root:*:0:0:root:/root:/bin/bash
+
+
 A savane user said he had to install these for Debian sarge:
 @example
 aptitude install apache php4 php4-mysql libapache-mod-php4 \
@@ -690,6 +741,13 @@
 mysqladmin -u root password 'rootpass'
 @end example
 
+Note: To change it later on:
[EMAIL PROTECTED]
+# mysql
+mysl> SET PASSWORD = PASSWORD('mynewpassword');
[EMAIL PROTECTED] example
+
+
 Add an account for Savane:
 @example
 $ mysql -u root -p mysql
@@ -1652,6 +1710,16 @@
 
 In this chapter, we will describe a new way to setup Savannah. This
 should set the bases for the future setups.
+
[EMAIL PROTECTED] Ideas from Paul & Jim
+
[EMAIL 
PROTECTED]://lists.gnu.org/archive/html/savannah-hackers/2004-05/msg00184.html}
+
[EMAIL 
PROTECTED]://lists.gnu.org/archive/html/savannah-hackers/2004-06/msg00101.html}
+
+
+Of course, you scrap the GForge stuff; the sizing is just an estimation.
+
 
 @section Frontend subsystem
 


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to