https port fix and clarifications

svn: r13005
This commit is contained in:
Eli Barzilay 2009-01-05 01:43:36 +00:00
parent 821a82195e
commit d797e18abc
2 changed files with 7 additions and 5 deletions

View File

@ -27,7 +27,7 @@
@item{Create a file @filepath{config.ss} with the following content:
@schemeblock[((active-dirs ("test"))
(https-port-number 9780))]}
(https-port-number 7980))]}
@item{In your new directory, run @commandline{mred-text -l handin-server}}

View File

@ -469,8 +469,11 @@ limited to one whenever possible. When multiple assignments are
active, design a checker to help ensure that the student has selected
the correct assignment in the handin dialog.
A student can download his/her own submissions through a web server
that runs concurrently with the handin server. The starting URL is
A student can download his/her own submissions through the handin
dialog. This can also be done through a web server that runs
concurrently with the handin server if you use the
@scheme[https-port-number] option in the configuration file. The
starting URL is
@commandline{https://SERVER:PORT/}
@ -478,5 +481,4 @@ to obtain a list of all assignments, or
@commandline{https://SERVER:PORT/?handin=ASSIGNMENT}
to start with a specific assignment (named ASSIGNMENT). The default
PORT is 7980.
to start with a specific assignment (named ASSIGNMENT).