Diff for /doc/build/Attic/cvsupgrade.html between versions 1.6 and 1.7

version 1.6, 2001/11/08 16:42:49 version 1.7, 2001/11/27 22:59:04
Line 38  upgrading your system is a simple proces Line 38  upgrading your system is a simple proces
 <tr><td>Update your CVS sources</td><td>cvs update -d -r STABLE</td></tr>  <tr><td>Update your CVS sources</td><td>cvs update -d -r STABLE</td></tr>
 <tr><td>Go to the build directory</td><td>cd loncom/build</td></tr>  <tr><td>Go to the build directory</td><td>cd loncom/build</td></tr>
 <tr><td>Become 'root'</td><td>su</td></tr>  <tr><td>Become 'root'</td><td>su</td></tr>
   <tr><td>Build files</td><td>make build</td></tr>
 <tr><td>Install/update static files</td><td>make install</td></tr>  <tr><td>Install/update static files</td><td>make install</td></tr>
 <tr><td>Install/update dynamically configurable files<br />  
 <i>this preserves the current settings of your machine, don't worry :)</i>  
 </td>  
 <td>make configinstall</td></tr>  
 <tr><td>Restart your web server<br />Due to an apache bug, you should  <tr><td>Restart your web server<br />Due to an apache bug, you should
 enter this command twice.  Restarting the web server will  enter this command twice.  Restarting the web server will
 <ul>  <ul>
Line 56  enter this command twice.  Restarting th Line 53  enter this command twice.  Restarting th
 <td>/etc/rc.d/init.d/loncontrol restart</td></tr>  <td>/etc/rc.d/init.d/loncontrol restart</td></tr>
 <tr><td colspan=2>After CVS logging in, you can always cut and paste this line  <tr><td colspan=2>After CVS logging in, you can always cut and paste this line
 below assuming you do everything as root :)<br />  below assuming you do everything as root :)<br />
 <tt>cd loncapa; cvs update -d -r STABLE; cd loncom/build; make install; make  <tt>cd loncapa; cvs update -d -r STABLE; cd loncom/build; make build; 
 configinstall; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/httpd  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  restart; /etc/rc.d/init.d/httpd restart; /etc/rc.d/init.d/loncontrol restart
 </tt></td></tr>  </tt></td></tr>
 </table>  </table>

Removed from v.1.6  
changed lines
  Added in v.1.7


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