--- doc/build/sles9_install.frag 2005/10/05 22:41:44 1.1 +++ doc/build/sles9_install.frag 2006/10/10 20:09:00 1.2 @@ -209,6 +209,12 @@ cd /root/loncapa-N.N.N (N.N.N should You will need to enter the LON-CAPA configuration information you determined in the previous section.

+

After installing LON-CAPA, and taking any actions included in the WARNINGS file created during installation, it is recommended that you set loncontrol to start automatically on boot, by executing the following command:

+
+/sbin/chkconfig --level 345 loncontrol on
+
+

Updating packages

+

Start yast and use "Online Update" to check for updates to installed packages. When prompted for the username and password for your account with Novell, you should check the box to retain your log-in information, otherwise the nightly update check, installed as part of the LON-CAPA install, will fail and send you a message "ERROR(Media:login failed)" each time it runs.

Creating a Domain Coordinator

You will need at least one user at your site who has the role of @@ -223,16 +229,11 @@ appropriate user name and your domain. cd /root/loncapa-N.N/loncom/build perl make_domain_coordinator.pl USERNAME DOMAIN (WILL PROMPT FOR PASSWORD HERE) -mkdir ~USERNAME -mkdir ~USERNAME/public_html -chown USERNAME:www ~USERNAME/public_html -chmod 0775 ~USERNAME/public_html -chmod a+x ~USERNAME

Start/Restart Services

The LON-CAPA network services take a moment to start. Most misconfigurations -will be appearant at this step. +will be apparent at this step.

 /etc/init.d/loncontrol start