- Timestamp:
- Aug 3, 2008, 2:10:28 PM (15 years ago)
- Location:
- server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
server/doc/install-howto
r785 r788 1 1 This document is a how-to for installing a Fedora scripts.mit.edu server. 2 2 3 * Check out the scripts.mit.edu svn repository. 3 * Check out the scripts.mit.edu svn repository. Configure svn not to cache 4 credentials. 4 5 5 6 * cd to server/fedora in the svn repository. … … 23 24 /usr/sbin/suexec with one that works. The one installed by the 24 25 newly-built Apache RPM is misconfigured. 26 27 * Check out the scripts /etc configuration, which is done most easily by 28 - svn co http://scripts.mit.edu:1111/server/fedora/config/etc 29 - \cp -a etc / 30 31 * Install various dependencies of the scripts system, including syslog-ng, 32 glibc-devel.i386, python-twisted-core, and mod_fcgid. 33 34 * Disable SELinux and NetworkManager. 35 36 * Figure out why Zephyr isn't working and why the openafs /usr/vice/etc <-> 37 /etc/openafs mapping isn't in sync. 25 38 26 39 * Install the full list of RPMs that users expect to be on the -
server/fedora/Makefile
r786 r788 19 19 # See /COPYRIGHT in this repository for more information. 20 20 21 upstream = openafs krb5 httpd mit-zephyropenssh22 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd 21 upstream = openafs krb5 httpd openssh 22 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd mit-zephyr 23 23 allsrc = $(upstream) $(oursrc) 24 24 oursrcdir = ${PWD}/../common/oursrc … … 133 133 openafs-kernel: rpmbuild_args += $(openafs_rpmbuild_args) --define "build_userspace 0" --define "build_modules 1" 134 134 135 suexec: install-srpms135 suexec: #install-srpms 136 136 @rm -rf ${tmp_src}/httpd-2*/; \ 137 137 tar zxvf ${tmp_src}/httpd-2*.tar.gz; \ … … 165 165 krb5-deps = bison ncurses-devel texinfo keyutils-libs-devel 166 166 openafs-deps = pam-devel automake 167 mit-zephyr-deps = readline-devel hesiod .i386 libXt.i386 #compat-readline43168 openssh-deps = gtk2-devel libX11-devel autoconf automake openssl-devel perl zlib-devel audit-libs-devel util-linux groff man pam-devel tcp_wrappers-devel krb5-devel libselinux-devel audit-libs xauth gobject-devel pango-devel cairo-devel libedit-devel 167 mit-zephyr-deps = readline-devel hesiod-devel hesiod-devel.i386 hesiod.i386 libXt.i386 #compat-readline43 168 openssh-deps = gtk2-devel libX11-devel autoconf automake openssl-devel perl zlib-devel audit-libs-devel util-linux groff man pam-devel tcp_wrappers-devel krb5-devel libselinux-devel audit-libs xauth gobject-devel pango-devel cairo-devel libedit-devel nss-devel 169 169 install-deps: 170 170 yum -y install $(basic-deps) $(oursrc-deps) $(httpdmods-deps) $(httpd-deps) $(krb5-deps) $(openafs-deps) $(mit-zephyr-deps) $(openssh-deps)
Note: See TracChangeset
for help on using the changeset viewer.