Index: trunk/server/doc/install-howto.sh
===================================================================
--- trunk/server/doc/install-howto.sh	(revision 2067)
+++ trunk/server/doc/install-howto.sh	(revision 2068)
@@ -9,10 +9,4 @@
 #              restricted permissions
 # [TESTSERVER] Completely untrusted server
-
-# This is actually just "pick an active scripts server".  It can't be
-# scripts.mit.edu because our networking config points that domain
-# at localhost, and if our server is not setup at that point things
-# will break.
-source_server="shining-armor.mit.edu"
 
 # 'branch' is the current svn branch you are on.  You want to
@@ -48,4 +42,7 @@
 #   o Set up the host as in the pool on r-b/r-b /etc/heartbeat/ldirectord.cf
 #   o Update locker/etc/known_hosts
+#   o Update website files:
+#       /mit/scripts/web_scripts/home/server.css.cgi
+#       /mit/scripts/web_scripts/heartbeat/heartbeat.php
 #
 # You will also need to prepare the keytabs for credit-card.  In particular,
@@ -62,5 +59,6 @@
 #      1    5 host/old-faithful.mit.edu@ATHENA.MIT.EDU
 #      2    3 host/scripts-vhosts.mit.edu@ATHENA.MIT.EDU
-#      3    2      host/scripts.mit.edu@ATHENA.MIT.EDU
+#      3    2 host/scripts.mit.edu@ATHENA.MIT.EDU
+#      4    8 host/scripts-test.mit.edu@ATHENA.MIT.EDU
 #
 # The LDAP keytab should be by itself, so be sure to delete it and
@@ -141,5 +139,5 @@
     yumdownloader ghc-cgi
     yumdownloader ghc-cgi-devel
-    rpm -i ghc-cgi*1.8.1*.rpm
+    rpm -i ghc-cgi*1.8.2*.rpm
 
 # ----------------------------->8--------------------------------------
@@ -236,6 +234,6 @@
 # 500000. Also, some of the AFS parameters are kind of retarded (and if
 # you're low on disk space, will actually exhaust our inodes).  Edit
-# these parameters in /etc/sysconfig/openafs (but wait, that won't
-# work, will it...)
+# these parameters in /etc/sysconfig/openafs (This doesn't work in the
+# new systemd world order: try editing the unit file instead.)
     echo "/afs:/usr/vice/cache:500000" > /usr/vice/etc/cacheinfo
     vim /etc/sysconfig/openafs
@@ -307,15 +305,4 @@
 # Reboot the machine to restore a consistent state, in case you
 # changed anything. (Note: Starting kdump fails (this is ok))
-
-# When all is said and done, fix up the Subversion checkouts
-    cd /etc
-    svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/
-    cd /usr/vice/etc
-    svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/
-    cd /srv/repository
-    # Some commands should be run as the scripts-build user, not root.
-    alias asbuild="sudo -u scripts-build"
-    asbuild svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/
-    asbuild svn up # verify scripts.mit.edu works
 
 # ------------------------------->8-------------------------------
Index: trunk/server/doc/install-ldap
===================================================================
--- trunk/server/doc/install-ldap	(revision 2067)
+++ trunk/server/doc/install-ldap	(revision 2068)
@@ -260,5 +260,7 @@
        risky step of the process; see below for help debugging problems.
 
-       MMR Hammer: mmr-hammer -h $MASTER init agreements $SLAVE
+       MMR Hammer:
+        mmr-hammer -h $MASTER init agreements $SLAVE
+        mmr-hammer -h $MASTER update $SLAVE # XXX pick a better name
 
         ldapvi -b cn=\"dc=scripts,dc=mit,dc=edu\",cn=mapping\ tree,cn=config
