--- doc/build/F15_install.frag 2011/06/01 04:48:02 1.1 +++ doc/build/F15_install.frag 2011/11/27 03:06:30 1.5 @@ -51,7 +51,7 @@ Path: fedora/releases/15/Fedora/i386/os/ You will need to know the following network settings for your installation. Note:You must have a static IP address to use LON-CAPA. DHCP is not supported. - +

-

3. Minimal Fedora 15 Install

Installing Fedora is quite easy if you've installed any of the Red Hat products @@ -113,11 +112,13 @@ mv loncapa_selinux_config /etc/selinux/c

Firewall Configuration

To configure the firewall settings, use the system-config-firewall utility. Execute:

-

lokkit

+

system-config-firewall-tui

+

Firewall Configuration
Select Security Level: Enabled, and allow incoming: SSH (remote login), WWW (HTTP) and secure WWW (HTTPS).
-
Exit the system-config-firewall

- +
+
Exit the system-config-firewall +

4. Update your system

Update your system to the latest versions of the system software using yum. @@ -158,7 +159,7 @@ rpm --import http://install.loncapa.org/

 yum install LONCAPA-prerequisites
 

-This may take a moment due to LON-CAPA's large number of dependencies. +This may take some minutes due to LON-CAPA's large number of dependencies.

Retrieve and execute LON-CAPA setup program

@@ -266,15 +267,13 @@ in the previous section. You will need at least one user at your site who has the role of 'domain coordinator'. This user creates accounts for other users and grants them additional privileges. The make_domain_coordinator.pl script -invoked below requires that you enter the users password. The password will -show in plaintext as you type it. Feel free to use the "passwd username" -command to change it later. Replace USERNAME and DOMAIN with an -appropriate user name and your domain. +invoked below requires that you enter the user's password. +The "passwd username" command can be used to change the password later. +Replace USERNAME and DOMAIN with an appropriate user name and your domain.

-cd /root/loncapa-N.N/loncom/build
+cd /root/loncapa-X.Y.Z/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN
-(WILL PROMPT FOR PASSWORD HERE)
 

7. Start/Restart Services