Skip to content

weblab-staff/submission-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c8e901 · Dec 3, 2023
Aug 25, 2019
Jan 5, 2022
Dec 3, 2023
Nov 29, 2023
Nov 19, 2019
Jul 6, 2019
Aug 25, 2019
Jul 29, 2019
Jan 6, 2020
Nov 19, 2019
Nov 29, 2023
Nov 29, 2023
Nov 29, 2023

Repository files navigation

submission-portal

A submission portal for weblab students

start dev

in two terminals, run:

$ npm run start
$ npm run dev

make sure you've downloaded the .env file from staff drive

running in production

ssh into the staff server, and run these commands note that will probably not work on your local machine

$ npx webpack
$ npm run prod

the server will be running in the background, and output will be dumped to files in the logs/ directory. you can stream the contents of these files in real time:

$ tail -f logs/out.log

to kill the prod server,

$ npm run stop

configuration

adding new milestones

a milestone requires two links

  • hand-in link: the link to the google form. to set up team name autocompletion, go to the google form editor, then open the settings menu and hit "get pre-filled link". in the "team name" field, type $TEAMNAME and then then hit "get link". use this as the hand-in link
  • response link: this is a link to the responses spreadsheets

remember to enable auto-grade, as this is disabled by default

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published