- Timestamp:
- Aug 20, 2008, 2:11:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/doc/install-howto
r812 r818 53 53 - Run 'cpan', accept the default configuration, and do 'o conf 54 54 prerequisites_policy follow'. 55 - Copy the autobundle file into /root/.cpan/Bundle, and run 56 perl -MCPAN -e 'notest install Bundle::Snapshot_...' in a screen. 57 58 * Install rails (versions 1.1.6 and 1.2.2). 55 - Parse the output of perldoc -u perllocal | grep head2 on an existing 56 server, and "notest install" them from the cpan prompt. 59 57 60 58 * Install the Python eggs and Ruby gems and PEAR/PECL doohickeys that are on 61 59 the other scripts.mit.edu servers and do not have RPMs. 60 - Look at /usr/lib/python2.5/site-packages for Python eggs and modules. 61 - Look at `gem list` for Ruby gems. 62 - Look at `pear list` for Pear fruits (or whatever they're called). 62 63 63 64 * echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.5/site-packages"))' > /usr/lib/python2.5/site-packages/00scripts-home.pth … … 79 80 and /mit/geofft/Public/fedora-ds-enable-ssl-and-kerberos.diff). 80 81 82 * Install nslcd / nss-ldapd, which, unlike nss-ldap, doesn't crash every few 83 hours. Add /sbin/service dirsrv start and /sbin/nslcd to /etc/rc.local, or 84 better yet package nss-ldapd properly. 85 86 * Make the services dirsrv, postfix, and httpd start at boot. 87 81 88 * Run fmtutil-sys --all, which does something that makes TeX work. 82 89
Note: See TracChangeset
for help on using the changeset viewer.