CSc 8711, Sp19, Handin Instructions

Typically for most projects you will have to do the following:
  1. Deploy a Web application which is linked from your "Class Roster" page (If you have access to external servers, you may point your Web application there).
  2. Submit all code (preferably in one archive file: zip or tar) using the following command on tinman.cs.gsu.edu:
      $ sudo handin8711 1 file.zip
    
    This will prompt you for your unix password. You should see one SUCCESS message for each file you submit. Resubmissions are allowed under the same file name and the handin script will ask you whether you want to overwrite the old submission file.

    NOTE: The 1 in the command refers to the project number. For project 2, this should be 2, and so on.

Page Maintained by raj@cs.gsu.edu