Changeset 934
- Timestamp:
- Jan 2, 2009, 2:14:01 AM (16 years ago)
- Location:
- server/doc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/doc/install-howto
r916 r934 15 15 deps are in /mit/scripts/rpm. 16 16 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 17 21 * Create a scripts-build user account, and set up rpm to build in 18 22 $HOME by doing a … … 26 30 by user scripts-build. 27 31 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 49 33 50 34 * Rebuild mit-zephyr on a 32-bit machine, like the one at Joe's home. … … 63 47 - chkconfig named on 64 48 - service named start 65 66 * Check out the scripts /etc configuration, which is done most easily by67 $ svn co svn://scripts.mit.edu/server/fedora/config/etc68 # \cp -a etc /69 49 70 50 * Reload the iptables config to take down the restrictive firewall
Note: See TracChangeset
for help on using the changeset viewer.