--- doc/build/Attic/cvsupgrade.html 2001/11/08 16:42:49 1.6
+++ doc/build/Attic/cvsupgrade.html 2001/11/27 22:59:04 1.7
@@ -38,11 +38,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
|