Skip to content

zarakay/SubmissionApp2

This branch is 329 commits behind frankzhao/SubmissionApp2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1cb513 · Jan 12, 2015
Dec 14, 2014
Jan 12, 2015
Dec 21, 2014
Jan 12, 2015
Jan 12, 2015
Dec 4, 2014
Nov 12, 2014
Dec 25, 2014
Jan 12, 2015
Dec 24, 2014
Nov 12, 2014
Jan 12, 2015
Jan 12, 2015
Jan 12, 2015
Nov 12, 2014
Jan 12, 2015
Nov 12, 2014
Nov 12, 2014
Dec 21, 2014
Dec 22, 2014

Repository files navigation

SubmissionApp2

The second iteration of the original SubmissionApp. This application provides a system of accepting submissions from students. Designed for Haskell plaintext submissions or archive files, but can be extended to other types. Currently plaintext submission compilation and unit testing is only implemented for Haskell.

Setup

  • rake db:seed will create admin user with uid 'u0000000' and password 'admin'
  • Seeding will also create demo users u0000001 (convenor), and u0000002 (student) with the password pass
  • Restart server using ./restart_server.sh
  • For development, the server can be restarted with ./restart_development.sh
  • If you have SSL certificates, place tem in a folder named ssl and edit the restart script to include the certificate and key filenames.

Notes

  • Submissions are saved in public/uploads
  • Additional libraries can be placed in Library to be included during submission compilation

About

Second iteration of SubmissionApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.1%
  • CSS 7.5%
  • JavaScript 1.8%
  • Other 0.6%