From: Matt L. v. a. <we...@ma...> - 2007-09-12 15:26:32
|
Log Message: ----------- Updated README for setup.pl Modified Files: -------------- wwmoodle/wwquestion: README.txt Revision Data ------------- Index: README.txt =================================================================== RCS file: /webwork/cvs/system/wwmoodle/wwquestion/README.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -Lwwquestion/README.txt -Lwwquestion/README.txt -u -r1.6 -r1.7 --- wwquestion/README.txt +++ wwquestion/README.txt @@ -18,12 +18,8 @@ Setup: -1) Make a new folder named 'webwork' in the question/type directory. -2) Copy all the files into the new 'webwork' directory. -3) Point your browser to http://yourmoodle/admin to setup the question_webwork database table. - -Configuration: -1) Change the WSDL path variable in the webwork/config.php file to point to your Webwork Problem Server's WSDL file. +1) Run the perl installation script in bin/setup/setup.pl +2) Point your browser to http://yourmoodle/admin to setup the question_webwork database table. Testing: 1) In the site administration -> reports -> unit tests run the webwork unit tests. Enter '/question/type/webwork/simpletest' to only run the webwork tests. |