Ignore:
Timestamp:
Oct 23, 2010, 7:56:19 AM (13 years ago)
Author:
ezyang
Message:
Documentation updates.
File:
1 edited

Legend:

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

    r1690 r1692  
    3434
    3535# Take updates, reboot if there's a kernel update.
    36 
    37     yum update
     36    yum update -y
    3837
    3938# Get rid of network manager
    4039    yum remove NetworkManager
    41 
    42 # Check out the scripts.mit.edu svn repository. Configure svn not to cache
    43 # credentials.
    4440
    4541# Copy over root's dotfiles from one of the other machines.
     
    149145    yum install -y --skip-broken $(cat packages.txt)
    150146
     147# Make sure sendmail isn't installed
     148    yum remove sendmail
     149
    151150# Check which packages are installed on your new server that are not
    152151# in the snapshot, and remove ones that aren't needed for some reason
     
    200199#   want to be able to write to ~/.python-eggs.  (Also makes sourcediving
    201200#   easier.)
    202     cat /usr/lib/python2.6/site-packages/easy-install.pth
     201cat /usr/lib/python2.6/site-packages/easy-install.pth | grep "^./" | cut -c3- | cut -f1 -d- . egg.txt
     202    cat egg.txt | xargs easy_install -Z
    203203# - Look at `gem list` for Ruby gems.
    204204#   Again, use 'yum search' and prefer RPMs, but failing that, 'gem install'.
Note: See TracChangeset for help on using the changeset viewer.