Contributed Admin Scripts (Large Installations): Difference between revisions
Jump to navigation
Jump to search
(Created page with '=Contributed Admin Scripts (Large Installations)= Managing large WeBWorK installations often results in managing the courses and rosters on the server being difficult if one tri…') |
|||
Line 1: | Line 1: | ||
Managing large WeBWorK installations often results in managing the courses and rosters on the server being difficult if one tries to do it all from the Web administration interface. As a result, there are a number of WeBWorK administration scripts that people have developed. These are included below with some minimal explanation and documentation. | Managing large WeBWorK installations often results in managing the courses and rosters on the server being difficult if one tries to do it all from the Web administration interface. As a result, there are a number of WeBWorK administration scripts that people have developed. These are included below with some minimal explanation and documentation. | ||
* Archive and delete script: archive and delete a (list of) courses. Call as <code>sh archive-and-delete.sh file1 [file2..]</code>. Provided by Hal Sadofsky, University of Oregon. [[archive-and-delete.sh]] (calls [[make-course-archive.pl]]). | * Archive and delete script: archive and delete a (list of) courses. Call as <code>sh archive-and-delete.sh file1 [file2..]</code>. Provided by Hal Sadofsky, University of Oregon. [[archive-and-delete.sh]] (calls [[make-course-archive.pl]]). | ||
* Hide courses script: hide a (list of) courses from the list of courses on the WeBWorK courses page. Call as <code>sh hide-courses.sh file1 [file2..]</code>. Provided by Hal Sadofsky, University of Oregon. [[hide-courses.sh]]. | * Hide courses script: hide a (list of) courses from the list of courses on the WeBWorK courses page. Call as <code>sh hide-courses.sh file1 [file2..]</code>. Provided by Hal Sadofsky, University of Oregon. [[hide-courses.sh]]. |
Revision as of 13:52, 6 September 2010
Managing large WeBWorK installations often results in managing the courses and rosters on the server being difficult if one tries to do it all from the Web administration interface. As a result, there are a number of WeBWorK administration scripts that people have developed. These are included below with some minimal explanation and documentation.
- Archive and delete script: archive and delete a (list of) courses. Call as
sh archive-and-delete.sh file1 [file2..]
. Provided by Hal Sadofsky, University of Oregon. archive-and-delete.sh (calls make-course-archive.pl). - Hide courses script: hide a (list of) courses from the list of courses on the WeBWorK courses page. Call as
sh hide-courses.sh file1 [file2..]
. Provided by Hal Sadofsky, University of Oregon. hide-courses.sh.