Ignore:
Timestamp:
Nov 13, 2011, 2:01:17 AM (12 years ago)
Author:
ezyang
Message:
More updates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/doc/install-howto.sh

    r2047 r2050  
    7979    yum remove NetworkManager
    8080
     81# Make sure sendmail isn't installed
     82    yum remove sendmail
     83
    8184# Check out the scripts /etc configuration
    8285    cd /root
     
    100103    # Some of these packages are naughty and clobber some of our files
    101104    cd /etc
    102     svn revert resolv.conf hosts sysconfig/openafs
     105    svn revert resolv.conf hosts sysconfig/openafs nsswitch.conf
    103106
    104107# Replace rsyslog with syslog-ng by doing:
     
    115118# it can't install /one/ package.
    116119    yum install -y --skip-broken $(cat packages.txt)
    117 
    118 # Make sure sendmail isn't installed
    119     yum remove sendmail
    120120
    121121# Check which packages are installed on your new server that are not
     
    135135# explicit versions.  So temporarily rpm -e the package, and then
    136136# install it again after you install haskell-platform.  [Note: You
    137 # probably won't need this in Fedora 15 or something, when the Haskell
     137# probably won't need this in Fedora 17 or something, when the Haskell
    138138# Platform gets updated.]
    139139    rpm -e ghc-cgi-devel ghc-cgi
     
    192192    gem install $(gem list --no-version | grep -Fxvf - gem.txt)
    193193    # Also, we need to install the old rails version
     194    gem install -v=2.3.5 rails
    194195
    195196# - Look at `pear list` for Pear fruits (or whatever they're called).
     
    210211# ----------------------------->8--------------------------------------
    211212#                       INFINITE CONFIGURATION
     213
     214# Create fedora-ds user (needed for credit-card)
     215useradd -u 103 -r -d /var/lib/dirsrv fedora-ds
    212216
    213217# Run credit-card to clone in credentials and make things runabble
     
    296300    cd /etc
    297301    svn status -q
    298     # Some usual candidates for clobbering include nsswitch.conf and
    299     # sysconfig/openafs
     302    # Some usual candidates for clobbering include nsswitch.conf,
     303    # resolv.conf and sysconfig/openafs
    300304    # [WIZARD/TEST] Remember that changes you made should not get
    301305    # reverted!
    302 
    303 # ThisCell got clobbered, replace it with athena.mit.edu
    304     echo "athena.mit.edu" > /usr/vice/etc/ThisCell
    305306
    306307# Reboot the machine to restore a consistent state, in case you
Note: See TracChangeset for help on using the changeset viewer.