version 1.14, 2002/04/23 12:41:23
|
version 1.15, 2002/04/23 12:46:58
|
Line 23 Installing LON-CAPA files</a></li>
|
Line 23 Installing LON-CAPA files</a></li>
|
Checking your Linux RPMs</a></li> |
Checking your Linux RPMs</a></li> |
<li><a href="#mysql"> |
<li><a href="#mysql"> |
Configuring the MySQL database</a></li> |
Configuring the MySQL database</a></li> |
|
<li><a href="#testing"> |
|
Testing to see if the LON-CAPA server is operational</a></li> |
</ul> |
</ul> |
<br /> |
<br /> |
<!-- preamble end --> |
<!-- preamble end --> |
Line 130 shell> mysql -u root mysql
|
Line 132 shell> mysql -u root mysql
|
mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password'); |
mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password'); |
</pre> |
</pre> |
</td></tr></table> |
</td></tr></table> |
|
<a name="testing" /> |
|
<h3>Testing to see if the LON-CAPA server is operational</h3> |
|
<p> |
|
The <strong>TEST</strong> command will check the installation software, |
|
the perl libraries on your system, the MySQL database, and |
|
will also automatically test the real-time operation of the |
|
LON-CAPA Apache web server. |
|
</p> |
|
<table bgcolor="#aaaaaa" border="1"> |
|
<tr><td><tt>./TEST</tt></td></tr> |
|
</table> |
<!-- maintext end --> |
<!-- maintext end --> |
</body> |
</body> |
</html> |
</html> |