Changeset 934 for server


Ignore:
Timestamp:
Jan 2, 2009, 2:14:01 AM (15 years ago)
Author:
quentin
Message:
Don't build packages when installing a server (oh that feels so good)
Location:
server/doc
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • server/doc/install-howto

    r916 r934  
    1515  deps are in /mit/scripts/rpm.
    1616
     17* Check out the scripts /etc configuration, which is done most easily by
     18  $ svn co svn://scripts.mit.edu/server/fedora/config/etc
     19  # \cp -a etc /
     20
    1721* Create a scripts-build user account, and set up rpm to build in
    1822  $HOME by doing a
     
    2630  by user scripts-build.
    2731
    28 * Use the Makefile to build the scripts.mit.edu-specific Fedora
    29   packages.
    30   - export PATH=$PATH:/usr/sbin
    31   - make download
    32   - make setup
    33   - make all
    34   - openafs-devel is a build-dependency of accountadm, so you'll need to
    35     install the openafs-devel package you just built by hand when that fails.
    36 
    37 * Then install the packages you just built as root:
    38    - yum localinstall --nogpgcheck accountadm-0.00-0.x86_64.rpm \
    39        execsys-0.00-0.x86_64.rpm httpd* \
    40        kmod-openafs-1.4.7-1.1.2.6.25_14.fc9.x86_64.rpm \
    41        krb5-{debuginfo,devel,libs,pki,workstation-1}* \
    42        logview-0.00-0.x86_64.rpm mit-zephyr-2.1-6-linux.x86_64.rpm \
    43        mod_ssl-2.2.8-3.x86_64.rpm nss_nonlocal-* \
    44        openafs-1.4.7-1.1.1.x86_64.rpm \
    45        openafs-{authlibs,client,debuginfo,devel,docs,krb5}* openssh* \
    46        sql-signup-0.00-0.x86_64.rpm tokensys-0.00-0.x86_64.rpm \
    47        whoisd-0.00-0.x86_64.rpm \
    48        nss-ldapd*
     32* env NSS_NONLOCAL_IGNORE=1 yum install scripts-base
    4933
    5034* Rebuild mit-zephyr on a 32-bit machine, like the one at Joe's home.
     
    6347  - chkconfig named on
    6448  - service named start
    65 
    66 * Check out the scripts /etc configuration, which is done most easily by
    67   $ svn co svn://scripts.mit.edu/server/fedora/config/etc
    68   # \cp -a etc /
    6949
    7050* Reload the iptables config to take down the restrictive firewall
Note: See TracChangeset for help on using the changeset viewer.