[LON-CAPA-cvs] cvs: doc / new_install_rh73.html
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 06 Jun 2002 22:34:24 -0000
matthew Thu Jun 6 18:34:24 2002 EDT
Modified files:
/doc new_install_rh73.html
Log:
Changed text regarding ensuring services start on boot. We cannot assume
the user is running under whatever gui the previous instructions were for.
I would like to get this taken care of by the installation script, but have
been able to as of yet.
Index: doc/new_install_rh73.html
diff -u doc/new_install_rh73.html:1.4 doc/new_install_rh73.html:1.5
--- doc/new_install_rh73.html:1.4 Mon Jun 3 09:27:37 2002
+++ doc/new_install_rh73.html Thu Jun 6 18:34:24 2002
@@ -1,5 +1,5 @@
<html><head><title>Setting up a Red Hat7.3 LON-CAPA Server</title></head><body>
-<!-- $Id: new_install_rh73.html,v 1.4 2002/06/03 13:27:37 www Exp $ -->
+<!-- $Id: new_install_rh73.html,v 1.5 2002/06/06 22:34:24 matthew Exp $ -->
<h1>Setting up a Red Hat 7.3 LON-CAPA Server</h1>
<h2>Before you begin</h2>
@@ -206,10 +206,18 @@
<h2>Make Sure that Services Autostart on Boot</h2>
<p>On Redhat 7.3 it is not guaranteed that Apache and MySQL automatically
-restart on boot, even when installing with "server" configuration.
-After logging in as root, check under "Programs" - "System" -
-"Service Configuration" that "Start on Boot" is checked for httpd and mysqld,
-save and restart..
+restart on boot. You should run /usr/sbin/ntsysv and set the following
+daemons to be started at boot:
+<pre>
+httpd
+mysqld
+</pre>
+It is not necessary to reboot after doing this as they should already be
+running by this point in the installation.
+<pre>
+/etc/init.d/httpd restart
+/etc/init.d/mysqld restart
+</pre>
</p>
<h2>Log in to your LON-CAPA Machine</h2>
<p>