[LON-CAPA-cvs] cvs: doc /build install.html
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 02 Jun 2002 04:06:29 -0000
harris41 Sun Jun 2 00:06:29 2002 EDT
Modified files:
/doc/build install.html
Log:
enforcing standard www@localhost lonSqlAccess password
Index: doc/build/install.html
diff -u doc/build/install.html:1.26 doc/build/install.html:1.27
--- doc/build/install.html:1.26 Sun Jun 2 00:02:09 2002
+++ doc/build/install.html Sun Jun 2 00:06:29 2002
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- The LearningOnline Network with CAPA -->
-<!-- $Id: install.html,v 1.26 2002/06/02 04:02:09 harris41 Exp $ -->
+<!-- $Id: install.html,v 1.27 2002/06/02 04:06:29 harris41 Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
@@ -179,12 +179,12 @@
<br />Note:
</p>
<ul>
-<li>you should substitute 'WWWPASSWORD' with the value for 'lonSqlAccess'
-present inside <tt>/etc/httpd/conf/loncapa.conf</tt> <i>or in access.conf</i>
-</li>
<li>you should substitute 'ROOTPASSWORD' with something very hard to guess
(it does not have to be the Linux OS root password)
</li>
+<li>The MySQLwww@localhost must always have a password of 'localhostkey'
+to work for a standard LON-CAPA system.
+</li>
</ul>
<p>
The following instructions assume you are logged in as 'root'.
@@ -203,7 +203,7 @@
mysql> CREATE DATABASE loncapa;
mysql> INSERT INTO user (Host, User, Password)
-mysql> VALUES ('localhost','www',password('WWWPASSWORD'));
+mysql> VALUES ('localhost','www',password('localhostkey'));
mysql> GRANT ALL PRIVILEGES ON *.* TO www@localhost;