Skip to content

Files

Latest commit

 

History

History
19 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 546 Bytes

To set things up:

  • edit your own studentinfo.txt file first
  • $ python handle_stuinfo.py (only execute once)
  • $ npm install
  • $ ./setup.sh numberoflabs handinsuffix (e.g. ./setup.sh 7 tgz)

To run the server:

  • $ nodejs app.js

Then goto:

Send submission code to your students:

  • you should replace 'fromaddr', 'username', 'password' with your own email,
  • then execute python send_emails.py to inform students of their submission code.