svn: r5383
This commit is contained in:
Eli Barzilay 2007-01-18 07:59:56 +00:00
parent 0a4f02de79
commit 16db731ca2

View File

@ -60,13 +60,19 @@ Quick Start for a Test Drive:
8. In the "handin-client" collection, edit "info.ss" and 8. In the "handin-client" collection, edit "info.ss" and
uncomment the line uncomment the line
(define server:port "localhost:7979") (define server:port "localhost:7979")
and the lines that define `tools', `tool-names', and
`tool-icons'.
9. Start DrScheme, click "Handin" to run the client, submit with 9. Run `setup-plt -l handin-client' (on Windows, the executable is
"Setup PLT", and you don't have to supply the command line
arguments).
10. Start DrScheme, click "Handin" to run the client, submit with
username "tester" and password "pw". username "tester" and password "pw".
The submitted file will be .../test/tester/handin.scm. The submitted file will be .../test/tester/handin.scm.
10. Check the status of your submission by pointing a web browser at 11. Check the status of your submission by pointing a web browser at
https://localhost:7980/servlets/status.ss https://localhost:7980/servlets/status.ss
Note the "s" in "https". Use the "tester" username and "pw" Note the "s" in "https". Use the "tester" username and "pw"
password, as before. password, as before.