Changeset 2050 for branches/fc15-dev/server/doc/install-howto.sh
- Timestamp:
- Nov 13, 2011, 2:01:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/doc/install-howto.sh
r2047 r2050 79 79 yum remove NetworkManager 80 80 81 # Make sure sendmail isn't installed 82 yum remove sendmail 83 81 84 # Check out the scripts /etc configuration 82 85 cd /root … … 100 103 # Some of these packages are naughty and clobber some of our files 101 104 cd /etc 102 svn revert resolv.conf hosts sysconfig/openafs 105 svn revert resolv.conf hosts sysconfig/openafs nsswitch.conf 103 106 104 107 # Replace rsyslog with syslog-ng by doing: … … 115 118 # it can't install /one/ package. 116 119 yum install -y --skip-broken $(cat packages.txt) 117 118 # Make sure sendmail isn't installed119 yum remove sendmail120 120 121 121 # Check which packages are installed on your new server that are not … … 135 135 # explicit versions. So temporarily rpm -e the package, and then 136 136 # install it again after you install haskell-platform. [Note: You 137 # probably won't need this in Fedora 1 5or something, when the Haskell137 # probably won't need this in Fedora 17 or something, when the Haskell 138 138 # Platform gets updated.] 139 139 rpm -e ghc-cgi-devel ghc-cgi … … 192 192 gem install $(gem list --no-version | grep -Fxvf - gem.txt) 193 193 # Also, we need to install the old rails version 194 gem install -v=2.3.5 rails 194 195 195 196 # - Look at `pear list` for Pear fruits (or whatever they're called). … … 210 211 # ----------------------------->8-------------------------------------- 211 212 # INFINITE CONFIGURATION 213 214 # Create fedora-ds user (needed for credit-card) 215 useradd -u 103 -r -d /var/lib/dirsrv fedora-ds 212 216 213 217 # Run credit-card to clone in credentials and make things runabble … … 296 300 cd /etc 297 301 svn status -q 298 # Some usual candidates for clobbering include nsswitch.conf and299 # sysconfig/openafs302 # Some usual candidates for clobbering include nsswitch.conf, 303 # resolv.conf and sysconfig/openafs 300 304 # [WIZARD/TEST] Remember that changes you made should not get 301 305 # reverted! 302 303 # ThisCell got clobbered, replace it with athena.mit.edu304 echo "athena.mit.edu" > /usr/vice/etc/ThisCell305 306 306 307 # Reboot the machine to restore a consistent state, in case you
Note: See TracChangeset
for help on using the changeset viewer.