Diff for /doc/install/fedora/single_file_install.html between versions 1.1 and 1.2

version 1.1, 2004/10/18 20:57:38 version 1.2, 2005/02/11 17:25:10
Line 2 Line 2
 <head><title>New installation instructions</title></head>  <head><title>New installation instructions</title></head>
 <body>  <body>
 <!-- $Id$-->  <!-- $Id$-->
 <h1>Installing LON-CAPA on a Fedora Core 2 Linux System</h1>  <h1>Installing LON-CAPA on a Fedora Core 3 Linux System</h1>
 <p>  <p>
 This document guides you through the process of installing LON-CAPA on a  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>.  <a href="http://fedora.redhat.com/">http://fedora.redhat.com/</a>.
 More information about LON-CAPA is available from  More information about LON-CAPA is available from
 <a href="http://www.loncapa.org">http://www.loncapa.org</a> and   <a href="http://www.loncapa.org">http://www.loncapa.org</a> and 
 <a href="http://install.loncapa.org">http://install.loncapa.org</a>.  <a href="http://install.loncapa.org">http://install.loncapa.org</a>.
 </p><p>  </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  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   /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>  </p><p>
 Please keep your system up to date.  By default, LON-CAPA will add its  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  own repository to your /etc/yum.conf file.  Additionally, yum will be run
Line 78  You will need to resolve any errors this Line 79  You will need to resolve any errors this
 mv CONFLICTINPACKAGE*.rpm ..  mv CONFLICTINPACKAGE*.rpm ..
 </pre>  </pre>
 And try the installation command again.  If there are required packages which  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>  </p>
   
 <h3>Determine LON-CAPA Settings</h3>  <h3>Determine LON-CAPA Settings</h3>
Line 123  cd ~/loncapa_install/ Line 124  cd ~/loncapa_install/
 You will need to enter a root password for MySQL.  Once this is complete  You will need to enter a root password for MySQL.  Once this is complete
 you will need to execute:  you will need to execute:
 <pre>  <pre>
 cd /root/loncapa-1.2.1  cd /root/loncapa-1.3.2
 ./UPDATE  ./UPDATE
 </pre>  </pre>
 <p>  <p>
Line 142  command to change it later.  Replace USE Line 143  command to change it later.  Replace USE
 appropriate user name and your domain.  appropriate user name and your domain.
 </p>  </p>
 <pre>  <pre>
 cd /root/loncapa-N.N/loncom/build  cd /root/loncapa-1.3.2/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN  perl make_domain_coordinator.pl USERNAME DOMAIN
 (WILL PROMPT FOR PASSWORD HERE)  (WILL PROMPT FOR PASSWORD HERE)
 mkdir ~USERNAME/public_html  mkdir ~USERNAME/public_html

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>