Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Installation

Patrick Wieschollek edited this page Sep 7, 2016 · 2 revisions

The InfoMark application is based on:

  • RubyOnRails as a webframework
  • Resque for background processing of testing code submissions and zipping files for tutors
  • Redis for communications between the web-app and Resque
  • Docker for sandboxing the test environment of submissions

Please refer to the infomark-worker repository.

Environment-Variables

To configure infomark we need to setup several environment variables:

  • INFOMARK_DATADIR, this is the actual place where the submissions and uploads are stored
  • SECRET_KEY, for running the devise-gem and pre-compile assets
Clone this wiki locally