Changeset 2068


Ignore:
Timestamp:
Nov 22, 2011, 1:59:03 AM (12 years ago)
Author:
ezyang
Message:
More doc updates.
Location:
trunk/server/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-howto.sh

    r2066 r2068  
    99#              restricted permissions
    1010# [TESTSERVER] Completely untrusted server
    11 
    12 # This is actually just "pick an active scripts server".  It can't be
    13 # scripts.mit.edu because our networking config points that domain
    14 # at localhost, and if our server is not setup at that point things
    15 # will break.
    16 source_server="shining-armor.mit.edu"
    1711
    1812# 'branch' is the current svn branch you are on.  You want to
     
    4842#   o Set up the host as in the pool on r-b/r-b /etc/heartbeat/ldirectord.cf
    4943#   o Update locker/etc/known_hosts
     44#   o Update website files:
     45#       /mit/scripts/web_scripts/home/server.css.cgi
     46#       /mit/scripts/web_scripts/heartbeat/heartbeat.php
    5047#
    5148# You will also need to prepare the keytabs for credit-card.  In particular,
     
    6259#      1    5 host/old-faithful.mit.edu@ATHENA.MIT.EDU
    6360#      2    3 host/scripts-vhosts.mit.edu@ATHENA.MIT.EDU
    64 #      3    2      host/scripts.mit.edu@ATHENA.MIT.EDU
     61#      3    2 host/scripts.mit.edu@ATHENA.MIT.EDU
     62#      4    8 host/scripts-test.mit.edu@ATHENA.MIT.EDU
    6563#
    6664# The LDAP keytab should be by itself, so be sure to delete it and
     
    141139    yumdownloader ghc-cgi
    142140    yumdownloader ghc-cgi-devel
    143     rpm -i ghc-cgi*1.8.1*.rpm
     141    rpm -i ghc-cgi*1.8.2*.rpm
    144142
    145143# ----------------------------->8--------------------------------------
     
    236234# 500000. Also, some of the AFS parameters are kind of retarded (and if
    237235# you're low on disk space, will actually exhaust our inodes).  Edit
    238 # these parameters in /etc/sysconfig/openafs (but wait, that won't
    239 # work, will it...)
     236# these parameters in /etc/sysconfig/openafs (This doesn't work in the
     237# new systemd world order: try editing the unit file instead.)
    240238    echo "/afs:/usr/vice/cache:500000" > /usr/vice/etc/cacheinfo
    241239    vim /etc/sysconfig/openafs
     
    307305# Reboot the machine to restore a consistent state, in case you
    308306# changed anything. (Note: Starting kdump fails (this is ok))
    309 
    310 # When all is said and done, fix up the Subversion checkouts
    311     cd /etc
    312     svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/
    313     cd /usr/vice/etc
    314     svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/
    315     cd /srv/repository
    316     # Some commands should be run as the scripts-build user, not root.
    317     alias asbuild="sudo -u scripts-build"
    318     asbuild svn switch --relocate svn://$source_server/ svn://scripts.mit.edu/
    319     asbuild svn up # verify scripts.mit.edu works
    320307
    321308# ------------------------------->8-------------------------------
  • trunk/server/doc/install-ldap

    r2066 r2068  
    260260       risky step of the process; see below for help debugging problems.
    261261
    262        MMR Hammer: mmr-hammer -h $MASTER init agreements $SLAVE
     262       MMR Hammer:
     263        mmr-hammer -h $MASTER init agreements $SLAVE
     264        mmr-hammer -h $MASTER update $SLAVE # XXX pick a better name
    263265
    264266        ldapvi -b cn=\"dc=scripts,dc=mit,dc=edu\",cn=mapping\ tree,cn=config
Note: See TracChangeset for help on using the changeset viewer.