Skip to content

Docker image for Contest Management System

Notifications You must be signed in to change notification settings

lmio/cms_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image and scripts for CMS

This repository contains Docker image, helper scripts, tips and tricks for Contest Management System.

How to run this

First, configure cms.conf and cms.ranking.conf to reflect your environment. Then, start the containers:

$ docker build -t motiejus/cms_docker:v1.1.0-1 . # optional
$ docker run --privileged -ti --net=host \
	-v ${PWD}/cms.conf.sample:/usr/local/etc/cms.conf \
	-v ${PWD}/cms.ranking.conf.sample:/usr/local/etc/cms.ranking.conf \
    motiejus/cms_docker:v1.1.0-1

About

Docker image for Contest Management System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 82.8%
  • Smarty 7.3%
  • Makefile 5.6%
  • HTML 4.3%