[D-community-commits] r295 - trunk/fai-config-dir/doc

holger at alioth.debian.org holger at alioth.debian.org
Sat Apr 12 17:10:38 UTC 2008


Author: holger
Date: 2008-04-12 17:10:37 +0000 (Sat, 12 Apr 2008)
New Revision: 295

Modified:
   trunk/fai-config-dir/doc/manual_adminwork.txt
Log:
update doc

Modified: trunk/fai-config-dir/doc/manual_adminwork.txt
===================================================================
--- trunk/fai-config-dir/doc/manual_adminwork.txt	2008-04-12 16:15:49 UTC (rev 294)
+++ trunk/fai-config-dir/doc/manual_adminwork.txt	2008-04-12 17:10:37 UTC (rev 295)
@@ -40,36 +40,25 @@
    mv debian_community.key /etc/ssl/private/debian_community.key
    chown root.ssl-cert /etc/ssl/private/debian_community.key 
    
-7. created a ssh-key for ikiwiki user (for ikiwiki-svn commits to alioth):
+8. recreate the svn repo from a local copy
 
+bikeshed:~# mkdir /srv/wiki ; chown ikiwiki.www-data /srv/wiki ; chmod 2775 /srv/wiki
 bikeshed:~# su - ikiwiki
-ikiwiki at bikeshed:~$ ssh-keygen 
-Generating public/private rsa key pair.
-Enter file in which to save the key (/home/ikiwiki/.ssh/id_rsa): 
-Enter passphrase (empty for no passphrase): 
-Enter same passphrase again: 
-Your identification has been saved in /home/ikiwiki/.ssh/id_rsa.
-Your public key has been saved in /home/ikiwiki/.ssh/id_rsa.pub.
-The key fingerprint is:
-2a:f8:40:a1:76:b0:de:a0:5d:9c:0a:32:b8:f2:3b:9a ikiwiki at bikeshed
+svn import wiki/ file:///srv/wiki/trunk -m "recreate with r284"
 
-8. checked out wiki working copy for ikiwiki user:
-
-ikiwiki at bikeshed:~$ svn co svn+ssh://d-community-guest@svn.debian.org/svn/d-community/trunk/wiki
-Password: 
-Password: 
-Password: 
-A    wiki/index.mdwn
-Checked out revision 83.
-ikiwiki at bikeshed:~$
-
 9. run "ikiwiki --setup .ikiwiki/ikiwiki.setup" as ikiwiki
 
-10. create a ssh-key for d-community-guest on alioth and setup the svn post-commit-script there
-
-11. manually copy the ssl-certificate key (created as described in http://www.cacert.org/help.php?id=6)
+10. manually copy the ssl-certificate key (created as described in http://www.cacert.org/help.php?id=6)
 to 
 
+#scp debian_community.key bikeshed:
+
+bikeshed:~# mv ~holger/debian_community.key /etc/ssl/private/debian_community.key
+bikeshed:~# chown  root.ssl-cert /etc/ssl/private/debian_community.key
+bikeshed:~# chmod 600 /etc/ssl/private/debian_community.key
+bikeshed:~# cat /etc/ssl/private/debian_community.key /etc/ssl/certs/debian_community.pem > /etc/apache2/debian_community.pem
+bikeshed:~# chmod 600 /etc/apache2/debian_community.pem
+
 -rw-r----- 1 root ssl-cert 887 2008-01-10 20:00 /etc/ssl/private/debian_community.key
 
 




More information about the D-community-commits mailing list