- Timestamp:
- Nov 25, 2011, 9:17:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r2068 r2079 70 70 # Start with a Scripts kickstarted install of Fedora (install-fedora) 71 71 72 # IMPORTANT: If you are installing a server without the benefit of 73 # Kickstart (for example, you are installing on XVM, it is VITALLY 74 # IMPORTANT that you go through the kickstart and apply all of the 75 # necessary changes--for example, disabling selinux or enabling 76 # network.) 77 # XXX We should make Kickstart work for test servers too 78 72 79 # Take updates, reboot if there's a kernel update. 73 80 yum update -y … … 102 109 cd /etc 103 110 svn revert resolv.conf hosts sysconfig/openafs nsswitch.conf 111 # Troubleshooting: if accountadm, tokensys and nscd fail to install 112 # you probably forgot to turn off selinux 104 113 105 114 # Replace rsyslog with syslog-ng by doing: … … 134 143 # install it again after you install haskell-platform. [Note: You 135 144 # probably won't need this in Fedora 17 or something, when the Haskell 136 # Platform gets updated.] 145 # Platform gets updated.] [It's not obvious to me that this actually 146 # works] 137 147 rpm -e ghc-cgi-devel ghc-cgi 138 148 yum install -y haskell-platform … … 325 335 # o /etc/sysconfig/network-scripts/ifcfg-lo:3 326 336 \rm /etc/sysconfig/network-scripts/ifcfg-lo:{0,1,2,3} 327 # o /etc/ldap.conf 328 # add: host scripts.mit.edu 329 # o /etc/{nss-ldapd,nslcd}.conf 337 # o /etc/nslcd.conf 330 338 # replace: uri ldapi://%2fvar%2frun%2fdirsrv%2fslapd-scripts.socket/ 331 339 # with: uri ldap://scripts.mit.edu/ 340 # (what happened to nss-ldapd?) 332 341 # o /etc/openldap/ldap.conf 333 342 # add: URI ldap://scripts.mit.edu/
Note: See TracChangeset
for help on using the changeset viewer.