Ignore:
Timestamp:
Oct 23, 2010, 10:36:00 PM (13 years ago)
Author:
ezyang
Message:
Restore r1692.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/server/doc/install-howto.sh

    r1696 r1698  
    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.
     
    163159    yum install -y --skip-broken $(cat packages.txt)
    164160
     161# Make sure sendmail isn't installed
     162    yum remove sendmail
     163
    165164# Check which packages are installed on your new server that are not
    166165# in the snapshot, and remove ones that aren't needed for some reason
     
    214213#   want to be able to write to ~/.python-eggs.  (Also makes sourcediving
    215214#   easier.)
    216     cat /usr/lib/python2.6/site-packages/easy-install.pth
     215cat /usr/lib/python2.6/site-packages/easy-install.pth | grep "^./" | cut -c3- | cut -f1 -d- . egg.txt
     216    cat egg.txt | xargs easy_install -Z
    217217# - Look at `gem list` for Ruby gems.
    218218#   Again, use 'yum search' and prefer RPMs, but failing that, 'gem install'.
Note: See TracChangeset for help on using the changeset viewer.