Ignore:
Timestamp:
Nov 11, 2011, 2:26:56 AM (12 years ago)
Author:
ezyang
Message:
Slight reorganization.
File:
1 edited

Legend:

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

    r2046 r2047  
    6666# The LDAP keytab should be by itself, so be sure to delete it and
    6767# put it in its own file.
     68
    6869# ----------------------------->8--------------------------------------
     70#                      INFINITE INSTALLATION
    6971
    7072# Start with a Scripts kickstarted install of Fedora (install-fedora)
     
    7375    yum update -y
    7476
    75 # Get rid of network manager
     77# Get rid of network manager (XXX figure out to make kickstarter do
     78# this for us)
    7679    yum remove NetworkManager
    77 
    78 # This is superseded by credit-card, but only for [PRODUCTION]
    79 # Don't use credit-card on [WIZARD]: it will put in the wrong creds!
    80 #
    81 #   # All types of servers will have an /etc/daemon.keytab file, however,
    82 #   # different types of server will have different credentials in this
    83 #   # keytab.
    84 #   #   [PRODUCTION] daemon.scripts
    85 #   #   [WIZARD]     daemon.scripts-security-upd
    86 #   #   [TESTSERVER] daemon.scripts-test
    8780
    8881# Check out the scripts /etc configuration
     
    149142    yumdownloader ghc-cgi-devel
    150143    rpm -i ghc-cgi*1.8.1*.rpm
     144
     145# ----------------------------->8--------------------------------------
     146#                      SPHEROID SHENANIGANS
    151147
    152148# Note: Since ultimately we'd like to move away from using per-language
     
    218214python host.py push $server
    219215
     216# This is superseded by credit-card, but only for [PRODUCTION]
     217# Don't use credit-card on [WIZARD]: it will put in the wrong creds!
     218#
     219#   # All types of servers will have an /etc/daemon.keytab file, however,
     220#   # different types of server will have different credentials in this
     221#   # keytab.
     222#   #   [PRODUCTION] daemon.scripts
     223#   #   [WIZARD]     daemon.scripts-security-upd
     224#   #   [TESTSERVER] daemon.scripts-test
     225
    220226# [PRODUCTION/WIZARD] Fix the openafs /usr/vice/etc <-> /etc/openafs
    221227# mapping.
     
    226232# 500000. Also, some of the AFS parameters are kind of retarded (and if
    227233# you're low on disk space, will actually exhaust our inodes).  Edit
    228 # these parameters in /etc/sysconfig/openafs
     234# these parameters in /etc/sysconfig/openafs (but wait, that won't
     235# work, will it...)
    229236    echo "/afs:/usr/vice/cache:500000" > /usr/vice/etc/cacheinfo
    230     XXX TODO COMMANDS
     237    vim /etc/sysconfig/openafs
    231238
    232239# Test that zephyr is working
     
    245252    cat install-ldap
    246253
     254# Enable lots of services
    247255    systemctl enable openafs-client.service
    248256    systemctl enable dirsrv.service
Note: See TracChangeset for help on using the changeset viewer.