Changeset 1212 for branches/fc11-dev


Ignore:
Timestamp:
Jun 29, 2009, 10:17:17 PM (15 years ago)
Author:
ezyang
Message:
Remove hardcoded fc11 and IP address.
File:
1 edited

Legend:

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

    r1211 r1212  
    99boot=${1:$(cat /scripts-boot-count)}
    1010
    11 branch=branches/fc11-dev
     11# XXX: let 'branch' be the current svn branch you are on
    1212
    1313doreboot() {
     
    104104    yumdownloader krb5-libs
    105105    # XXX: These version numbers are hardcoded, need some cli-fu to generalize
    106     rpm -i krb5-libs-1.6.3-20.fc11.i586.rpm
    107     rpm -U --force krb5-libs-1.6.3-20.fc11.scripts.1138.x86_64.rpm
     106    rpm -i krb5-libs-*.i586.rpm
     107    rpm -U --force krb5-libs-*.scripts.1138.x86_64.rpm
    108108
    109109# env NSS_NONLOCAL_IGNORE=1 yum install scripts-base
     
    184184# write down what you had to do here.
    185185    yumdownloader krb5-devel
    186     rpm -i --force krb5-devel-1.6.3-20.fc11.i586.rpm
    187     rpm -U --force krb5-devel-1.6.3-20.fc11.scripts.1138.x86_64.rpm
     186    rpm -i --force krb5-devel-*.i586.rpm
     187    rpm -U --force krb5-devel-*.scripts.1138.x86_64.rpm
    188188    yumdownloader krb5-server
    189     rpm -i --force krb5-server-1.6.3-20.fc11.scripts.1138.x86_64.rpm
     189    rpm -i --force krb5-server-*.scripts.1138.x86_64.rpm
    190190
    191191
     
    297297#   o /etc/httpd/conf.d/vhost_ldap.conf
    298298#       replace: VhostLDAPUrl ****
    299 #       with: VhostLDAPUrl "ldap://18.181.0.46/ou=VirtualHosts,dc=scripts,dc=mit,dc=edu"
     299#       with: VhostLDAPUrl "ldap://scripts.mit.edu/ou=VirtualHosts,dc=scripts,dc=mit,dc=edu"
    300300# to use scripts.mit.edu instead of localhost.
    301301# XXX: someone should write sed scripts to do this
     
    331331# Ensure that fcgid isn't broken:
    332332    chmod 755 /var/run/httpd
     333    # ezyang: The below didn't exist for me
    333334    chmod 755 /var/run/httpd/mod_fcgid
    334     # ezyang: The latter didn't exist for me
     335    chmod 755 /var/run/mod_fcgid
    335336
    336337# Fix etc by making sure none of our config files got overwritten
Note: See TracChangeset for help on using the changeset viewer.