Changeset 1237 for trunk/server


Ignore:
Timestamp:
Jul 3, 2009, 3:27:01 AM (15 years ago)
Author:
mitchb
Message:
Small fixes to the server installation doc
File:
1 edited

Legend:

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

    r1234 r1237  
    5353
    5454    cd /srv
    55     svn co svn://$source_server/ repository
     55    svn co svn://$source_server/trunk repository
    5656
    5757    sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config
    5858    sed -i 's/^(# *)*store-auth-creds.*/store-auth-creds = no/' /root/.subversion/config
     59# The same tweaks should be made on /home/scripts-build/.subversion/config
     60# once it exists (do something with svn as scripts-build)
    5961
    6062    chown -R scripts-build /srv/repository
     
    7274# Check out the scripts /etc configuration
    7375    cd /root
    74     svn co svn://scripts.mit.edu/server/fedora/config/etc etc
     76    svn co svn://scripts.mit.edu/trunk/server/fedora/config/etc etc
    7577    \cp -a etc /
    7678
     
    143145# with undesirable things for security, like sendmail.
    144146
     147# Check out the scripts /usr/vice/etc configuration
     148    cd /root
     149    mkdir vice
     150    cd vice
     151    svn co svn://scripts.mit.edu/trunk/server/fedora/config/usr/vice/etc etc
     152    \cp -a etc /usr/vice
     153
    145154# Install the full list of perl modules that users expect to be on the
    146155# scripts.mit.edu servers.
Note: See TracChangeset for help on using the changeset viewer.