Annotation of doc/build/reconfig.html, revision 1.3
1.3 ! harris41 1: <!-- The LearningOnline Network with CAPA -->
! 2: <!-- $Id -->
! 3: <html>
! 4: <head>
! 5: <title>LON-CAPA Reconfiguration</title>
! 6: </head>
! 7: <body>
! 8: <h1>LON-CAPA Reconfiguration</h1>
! 9: <p>Scott Harrison</p>
! 10: <p>Last updated: $Date$; Revision: $Revision</p>
! 11: <h3>Configuration files and examples</h3>
! 12: LON-CAPA currently depends on the following list of configuration
! 13: files. Locations of these files are by default. Depending on your
! 14: Linux distribution (RedHat, Mandrake, Debian, etc.), the file paths
! 15: may be elsewhere.
! 16: <ul>
! 17: <li><a href='confexamples/krb.conf'>[EXAMPLE]</a> /etc/krb.conf</li>
! 18: <li><a href='confexamples/access.conf'>[EXAMPLE]</a>
! 19: /etc/httpd/conf/access.conf</li>
! 20: <li><a href='confexamples/hosts.tab'>[EXAMPLE]</a>
! 21: /home/httpd/lonTabs/hosts.tab</li>
! 22: <li><a href='confexamples/spare.tab'>[EXAMPLE]</a>
! 23: /home/httpd/lonTabs/spare.tab</li>
! 24: <li><a href='confexamples/htpasswd'>[EXAMPLE]</a>
! 25: /home/httpd/lonTabs/htpasswd</li>
! 26: <li><a href='confexamples/smb.conf'>[EXAMPLE]</a> /etc/smb.conf</li>
! 27: <li><a href='confexamples/ntp.conf'>[EXAMPLE]</a> /etc/ntp.conf</li>
! 28: <li><a href='confexamples/un_keyword.tab'>[EXAMPLE]</a>
! 29: /home/httpd/html/res/adm/includes/un_keyword.tab</li>
! 30: <li><a href='confexamples/copyright.tab'>[EXAMPLE]</a>
! 31: /home/httpd/html/res/adm/includes/copyright.tab</li>
! 32: <li><a href='confexamples/language.tab'>[EXAMPLE]</a>
! 33: /home/httpd/lonTabs/language.tab</li>
! 34: <li><a href='confexamples/step-tickers'>[EXAMPLE]</a>
! 35: /etc/ntp/step-tickers</li>
! 36: <li><a href='confexamples/pwauth'>[EXAMPLE]</a> /etc/pam.d/pwauth</li>
! 37: <li><a href='confexamples/config'>[EXAMPLE]</a> /etc/atalk/config</li>
! 38: </ul>
! 39: <h3>Current Reconfiguration Procedure</h3>
! 40: <p>
! 41: Currently, we recommend you handle reconfiguration manually.
! 42: An administrator should alter configuration files present throughout the
! 43: system.
! 44: </p>
! 45: <h3>Alternative Reconfiguration Procedure (alpha software)</h3>
! 46: <p>
! 47: LON-CAPA Reconfiguration can also be handled by a GUI tool (and text-based UI)
! 48: developed as an offshoot from the RedHat anaconda python-Tk system. This tool
! 49: should be present on your LON-CAPA system at
! 50: /usr/sbin/loncapaconfig.
! 51: </p>
! 52: </body>
! 53: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>