--- doc/build/Attic/cvsupgrade.html 2001/09/05 22:03:30 1.5
+++ doc/build/Attic/cvsupgrade.html 2001/11/27 23:00:01 1.8
@@ -1,3 +1,5 @@
+
+
LON-CAPA CVS Upgrade
@@ -5,12 +7,8 @@
LON-CAPA CVS Upgrade
Current CVS Upgrade Procedure
-
-Scott Harrison, last updated 05/19/2001
-
-
-Last updated: 4/18/2001
-
+Scott Harrison
+$Date: 2001/11/27 23:00:01 $; $Revision: 1.8 $
- CVS Upgrade
- RPM Upgrade
@@ -41,11 +39,8 @@ upgrading your system is a simple proces
Update your CVS sources | cvs update -d -r STABLE |
Go to the build directory | cd loncom/build |
Become 'root' | su |
+Build files | make build |
Install/update static files | make install |
-Install/update dynamically configurable files
-this preserves the current settings of your machine, don't worry :)
- |
-make configinstall |
Restart your web server Due to an apache bug, you should
enter this command twice. Restarting the web server will
|
After CVS logging in, you can always cut and paste this line
below assuming you do everything as root :)
-cd loncapa; cvs update -d -r STABLE; cd loncom/build; make install; make
-configinstall; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/httpd
+cd loncapa; cvs update -d -r STABLE; cd loncom/build; make build;
+make install; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/httpd
restart; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/loncontrol restart
|
@@ -114,12 +109,12 @@ and CVS:doc/otherfiles/cd_rpms.txt.
Upgrade existing RPMS from a trusted source:
RPMs are currently available at
-http://install.lon-capa.org/3.1/currentcdsource/RedHat/RPMS
+http://install.lon-capa.org/3.1/latestRPMS/
For example, to upgrade your LON-CAPA-systemperl RPM, you
would enter commands like
-wget http://install.lon-capa.org/3.1/currentcdsource/RedHat/RPMS/LON-CAPA-systemperl-3.1-1.i386.rpm
+wget http://install.lon-capa.org/3.1/currentcdsource/RedHat/RPMS/LON-CAPA-systemperl-3.2-1.i386.rpm
(then as root) rpm -Uvh --force LON-CAPA-systemperl-3.1-1.i386.rpm