Annotation of doc/build/install.html, revision 1.12
1.11 harris41 1: <!-- The LearningOnline Network with CAPA -->
1.12 ! harris41 2: <!-- $Id: install.html,v 1.11 2001/12/01 21:34:48 harris41 Exp $ -->
1.11 harris41 3: <html>
4: <head>
5: <title>LON-CAPA Installation</title>
1.12 ! harris41 6: <!-- pdfahref install.pdf -->
! 7: <!-- button INSTALL -->
1.11 harris41 8: </head>
1.12 ! harris41 9: <body bgcolor='#ffffff'>
! 10: <!-- preamble start -->
! 11: <br />
! 12: <p>
! 13: You will need to check all the following things to ensure proper
! 14: installation of your LON-CAPA system.
! 15: <ul>
! 16: <li><a href='#shadow'>
! 17: Make a LON-CAPA system work with shadow passwords</a></li>
! 18: </ul>
! 19: <br />
! 20: <!-- preamble end -->
! 21: <!-- maintext start -->
! 22: <a name='shadow' />
! 23: <h3>Make a LON-CAPA system work with shadow passwords</h3>
! 24: <p>
! 25: <table border='1'>
! 26: <tr><th>Step #</th><th>Description</th></tr>
! 27: <tr><td>
! 28: <font size='+1'>1</font>
! 29: </td><td>
! 30: <p>Is your system using shadow passwords? (Note: LON-CAPA will
! 31: work with either MD5/non-MD5 configured systems). If your
! 32: system is not using shadow passwords, then do not perform
! 33: any of the additional steps. If your system is using shadow
! 34: passwords, then you will need to perform the additional steps below.
! 35: </p>
! 36: <p>
! 37: <strong>How to detect:</strong>
! 38: <br />command: <tt>cat /etc/passwd | grep ':x:'</tt>
! 39: </p>
! 40: <p>If there is output such as "<tt>root:x:0:0:root:/root:/bin/bash</tt>",
! 41: then your system is using shadow passwords and you will need to continue with
! 42: the steps below.
! 43: </p>
! 44: </td></tr>
! 45: <tr><td>
! 46: <font size='+1'>2</font>
! 47: </td><td>
! 48: <p><strong>Retrieve the mod_auth_external source</strong> by
! 49: running the following command
! 50: </p>
! 51: <p><tt>
! 52: wget http://www.wwnet.net/~janc/software/mod_auth_external-2.1.13.tar.gz
! 53: </tt>
! 54: </p>
! 55: </td></tr>
! 56: </table>
! 57: </p>
! 58: <!-- maintext end -->
1.11 harris41 59: <h1>LON-CAPA Installation</h1>
60: <h3>Current Installation Procedure</h3>
61: <p>
1.4 harris41 62: Scott Harrison
1.11 harris41 63: </p>
1.12 ! harris41 64: <p>$Date: 2001/12/01 21:34:48 $; $Revision: 1.11 $</p>
1.11 harris41 65: <p>
66: This is the current list of steps to support LON-CAPA installation. These
67: steps have been tested.</p>
68: <ol>
69: <li>Get LON-CAPA on a CD by
70: <ul>
71: <li>Requesting a LON-CAPA installation CD (c/o Helen Keefe,
72: helen@lon-capa.org).</li>
73: <li>Or, downloading a LON-CAPA installation
74: <a href="http://install.lon-capa.org/3.1/currentcdimage">CD image</A> and
75: burning a CD.</li>
76: <li>(Depending on whether your computer has a bootable CD-ROM, you may
1.9 harris41 77: need to also make a boot floppy. Download this floppy disk image file:
1.11 harris41 78: <a href=
79: "http://install.lon-capa.org/3.1/currentcdsource/images/boot-20000407.img">
80: boot-20000407.img</a>. (Download the image file; insert a blank floppy disk;
81: and type this command: <tt>dd if=boot-20000407.img of=/dev/fd0</tt>).</li>
82: </ul></li>
83: <li>Install with CD-ROM
84: <ul>
85: <li>Follow the <A HREF="instructions_with_cd.html">
86: CD-ROM installation instructions</a></li>
87: </ul></li>
88: <li>After installation, restart the computer. Login as root. Enter this
89: command (you only need to do this after your first reboot):
90: <ol>
91: <li><tt>sh /usr/sbin/loncapa_configure</tt></li>
92: </ol></li>
93: </ol>
1.10 harris41 94: <hr />
95: <p>
96: You can also try to install LON-CAPA on an existing installation of
1.11 harris41 97: RedHat 6.2. Please see <a
98: href='how_to_install_loncapa_on_a_preinstalled_system.txt'>
99: how_to_install_loncapa_on_a_preinstalled_system.txt</a>.
1.10 harris41 100: </p>
1.11 harris41 101: </body>
102: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>