Parent Directory
|
Revision Log
Revision 542 - (view) (download)
| 1 : | apizer | 542 | readme.upgrade file for WeBWorK version 1.7, 10/2/01 |
| 2 : | |||
| 3 : | ********************************************************************** | ||
| 4 : | |||
| 5 : | 1. Read the readme.install file and download the *.tar.gz files. | ||
| 6 : | |||
| 7 : | 2. Courses running under WeBWorK 1.5 or 1.6 will run without change under | ||
| 8 : | WeBWorK 1.7. | ||
| 9 : | |||
| 10 : | 3. If you don't want to keep a version of your current WeBWorK system | ||
| 11 : | active, you can remove the system directory (and all its subdirectories) | ||
| 12 : | and start over with the new installation. We strongly recommend that | ||
| 13 : | you keep a copy of your old system even if you do not make the changes | ||
| 14 : | outlined in step 4 below. | ||
| 15 : | |||
| 16 : | 4. If you want to maintain an active version of your current system, do | ||
| 17 : | the following: | ||
| 18 : | a. Move the system directory to a new directory old_system (mv system old_system) | ||
| 19 : | b. In old_system/Global.pm edit the items: $cgiWebworkURL, $htmlWebworkURL, | ||
| 20 : | and $mainDirectory. In these items, replace "system" by "old_system". | ||
| 21 : | c. In you webserver's htdocs and cgi-bin directories (or configuration | ||
| 22 : | files), create new links for $cgiWebworkURL and $htmlWebworkURL (just | ||
| 23 : | copy your current setup replacing "system" by "old_system" in the links | ||
| 24 : | or cgi aliases). | ||
| 25 : | d. To get a course (e.g. mth140a) to use the old_system, edit the course's | ||
| 26 : | index.html file (.../courses/mth140a/html/index.html) changing the line | ||
| 27 : | <FORM ACTION= "/cgi-bin/webwork/system/login.pl" METHOD="POST"> | ||
| 28 : | to | ||
| 29 : | <FORM ACTION= "/cgi-bin/webwork/old_system/login.pl" METHOD="POST"> | ||
| 30 : | |||
| 31 : | 5. To install the new system, follow the instructions in readme.install | ||
| 32 : | |||
| 33 : | |||
| 34 : | Mike Gage and Arnie Pizer |
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |