Index: branches/fc11-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc11-dev/server/doc/install-howto.sh	(revision 1218)
+++ branches/fc11-dev/server/doc/install-howto.sh	(revision 1238)
@@ -59,4 +59,6 @@
     sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config
     sed -i 's/^(# *)*store-auth-creds.*/store-auth-creds = no/' /root/.subversion/config
+# The same tweaks should be made on /home/scripts-build/.subversion/config
+# once it exists (do something with svn as scripts-build)
 
     chown -R scripts-build /srv/repository
@@ -212,4 +214,11 @@
     # as the only diff
     # ezyang: I got exim installed as another package
+
+# Check out the scripts /usr/vice/etc configuration
+    cd /root
+    mkdir vice
+    cd vice
+    svn co svn://scripts.mit.edu/trunk/server/fedora/config/usr/vice/etc etc
+    \cp -a etc /usr/vice
 
 # Install the full list of perl modules that users expect to be on the
@@ -263,11 +272,4 @@
     echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth
 
-# Build and install the scripts php module that enhances error logging info
-# XXX This thing really ought to be packaged
-    cp -r /srv/repository/server/common/oursrc/php_scripts /root
-    cd /root/php_scripts
-    ./build.sh
-    cp test/modules/scripts.so /usr/lib64/php/modules
-
 # Install the credentials.  There are a lot of things to remember here:
 #   o This will be different if you're setting up our build/update server.
