[LON-CAPA-cvs] cvs: doc /build faq.html install.html

harris41 lon-capa-cvs@mail.lon-capa.org
Tue, 23 Apr 2002 12:33:40 -0000


harris41		Tue Apr 23 08:33:40 2002 EDT

  Modified files:              
    /doc/build	faq.html install.html 
  Log:
  latest updates
  
  
Index: doc/build/faq.html
diff -u doc/build/faq.html:1.3 doc/build/faq.html:1.4
--- doc/build/faq.html:1.3	Tue Apr 23 08:14:44 2002
+++ doc/build/faq.html	Tue Apr 23 08:33:40 2002
@@ -1,4 +1,4 @@
-<!-- $Id: faq.html,v 1.3 2002/04/23 12:14:44 harris41 Exp $ -->
+<!-- $Id: faq.html,v 1.4 2002/04/23 12:33:40 harris41 Exp $ -->
 <html>
 <head>
 <title>Frequently Asked Questions</title>
@@ -20,7 +20,8 @@
 a more complete FAQ, you are strongly encouraged to visit
 <br />
 <font size="+2">
-<a href="http://help.lon-capa.org/">http://help.lon-capa.org/</a>
+<center>
+<a href="http://help.lon-capa.org/">http://help.lon-capa.org/</a></center>
 </font>
 </p>
 </font>
Index: doc/build/install.html
diff -u doc/build/install.html:1.12 doc/build/install.html:1.13
--- doc/build/install.html:1.12	Wed Feb 13 10:06:22 2002
+++ doc/build/install.html	Tue Apr 23 08:33:40 2002
@@ -1,5 +1,5 @@
 <!-- The LearningOnline Network with CAPA -->
-<!-- $Id: install.html,v 1.12 2002/02/13 15:06:22 harris41 Exp $ -->
+<!-- $Id: install.html,v 1.13 2002/04/23 12:33:40 harris41 Exp $ -->
 <html>
 <head>
 <title>LON-CAPA Installation</title>
@@ -13,13 +13,26 @@
 You will need to check all the following things to ensure proper
 installation of your LON-CAPA system.
 <ul>
-<li><a href='#shadow'>
+<li><a href="#wwwuser">
+Creating a user 'www'</a></li>
+<li><a href="#shadow">
 Make a LON-CAPA system work with shadow passwords</a></li>
+<li><a href="#install">
+Installing LON-CAPA files</a></li>
+<li><a href="#checkrpms">
+Checking your Linux RPMs</a></li>
+<li><a href="#mysql">
+Configuring the MySQL database</a></li>
 </ul>
 <br />&nbsp;
 <!-- preamble end -->
 <!-- maintext start -->
-<a name='shadow' />
+<a name="wwwuser" />
+<h3>Creating a user 'www'</h3>
+<p>
+
+</p>
+<a name="shadow" />
 <h3>Make a LON-CAPA system work with shadow passwords</h3>
 <p>
 <table border='1'>
@@ -53,15 +66,66 @@
 </tt>
 </p>
 </td></tr>
+<tr><td>
+<font size='+1'>3</font>
+</td><td>
+<p><strong>More steps...</strong>
+</p>
+<p><tt>
+There are more steps to include here.
+</tt>
+</p>
+</td></tr>
+</table>
+</p>
+<a name="install" />
+<h3>Installing LON-CAPA files</h3>
+<p>
+Download the most current
+<a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
+loncapa.tar.gz</a>.
+</p>
+<a name="checkrpms" />
+<h3>Checking your Linux RPMs</h3>
+<p>
+The CHECKRPMS command will check the RPMs on your machine against
+an FTP repository.
+</p>
+<table bgcolor="#aaaaaa">
+<tr><td><tt>./CHECKRPMS</tt></td></tr>
 </table>
+<a name="mysql" />
+<h3>Configuring the MySQL database</h3>
+<p>
+The following commands describe how to configure the MySQL database
+on your LON-CAPA server.
 </p>
+<table bgcolor="#aaaaaa"><tr><td>
+<pre>
+Enter the mysql shell---
+mysql -u root -p mysql
+
+Run these commands---
+CREATE DATABASE loncapa;
+
+INSERT INTO user (Host, User, Password)
+VALUES ('localhost','www',password('SOMEPASSWORD'));
+
+GRANT ALL PRIVILEGES ON *.* TO www@localhost;
+
+FLUSH PRIVILEGES;
+
+shell> mysql -u root mysql
+mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');
+</pre>
+</td></tr></table>
 <!-- maintext end -->
 <h1>LON-CAPA Installation</h1>
 <h3>Current Installation Procedure</h3>
 <p>
 Scott Harrison
 </p>
-<p>$Date: 2002/02/13 15:06:22 $; $Revision: 1.12 $</p>
+<p>$Date: 2002/04/23 12:33:40 $; $Revision: 1.13 $</p>
 <p>
 This is the current list of steps to support LON-CAPA installation.  These
 steps have been tested.</p>