[LON-CAPA-cvs] cvs: doc /install/fedora single_file_install.html
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 11 Feb 2005 17:25:10 -0000
matthew Fri Feb 11 12:25:10 2005 EDT
Modified files:
/doc/install/fedora single_file_install.html
Log:
Modified for fc3
Index: doc/install/fedora/single_file_install.html
diff -u doc/install/fedora/single_file_install.html:1.1 doc/install/fedora/single_file_install.html:1.2
--- doc/install/fedora/single_file_install.html:1.1 Mon Oct 18 16:57:38 2004
+++ doc/install/fedora/single_file_install.html Fri Feb 11 12:25:10 2005
@@ -1,20 +1,21 @@
<html>
<head><title>New installation instructions</title></head>
<body>
-<!-- $Id: single_file_install.html,v 1.1 2004/10/18 20:57:38 matthew Exp $-->
-<h1>Installing LON-CAPA on a Fedora Core 2 Linux System</h1>
+<!-- $Id: single_file_install.html,v 1.2 2005/02/11 17:25:10 matthew Exp $-->
+<h1>Installing LON-CAPA on a Fedora Core 3 Linux System</h1>
<p>
This document guides you through the process of installing LON-CAPA on a
-Fedora Core 2 (FC2) system. Information about Fedora is available from
+Fedora Core 3 (FC3) system. Information about Fedora is available from
<a href="http://fedora.redhat.com/">http://fedora.redhat.com/</a>.
More information about LON-CAPA is available from
<a href="http://www.loncapa.org">http://www.loncapa.org</a> and
<a href="http://install.loncapa.org">http://install.loncapa.org</a>.
</p><p>
-These instructions assume you have installed Fedora Core 2 on your system
+These instructions assume you have installed Fedora Core 3 on your system
and it is running properly. All of the LON-CAPA data is stored in
/home/httpd. MySQL is used to store temporary caches of system data, by
-default this uses storage space in /var/lib/mysql.
+default this uses storage space in /var/lib/mysql. You will want to be sure
+you have enough disk space for these two partitions.
</p><p>
Please keep your system up to date. By default, LON-CAPA will add its
own repository to your /etc/yum.conf file. Additionally, yum will be run
@@ -78,7 +79,7 @@
mv CONFLICTINPACKAGE*.rpm ..
</pre>
And try the installation command again. If there are required packages which
-have not been installed, these should be found on your Fedora Core 2 installation CDs.
+have not been installed, these should be found on your Fedora Core 3 installation CDs.
</p>
<h3>Determine LON-CAPA Settings</h3>
@@ -123,7 +124,7 @@
You will need to enter a root password for MySQL. Once this is complete
you will need to execute:
<pre>
-cd /root/loncapa-1.2.1
+cd /root/loncapa-1.3.2
./UPDATE
</pre>
<p>
@@ -142,7 +143,7 @@
appropriate user name and your domain.
</p>
<pre>
-cd /root/loncapa-N.N/loncom/build
+cd /root/loncapa-1.3.2/loncom/build
perl make_domain_coordinator.pl USERNAME DOMAIN
(WILL PROMPT FOR PASSWORD HERE)
mkdir ~USERNAME/public_html