andriusa2 / cms_docker

Docker image for Contest Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 69.5%Language:HTML 10.0%Language:Smarty 7.6%Language:Dockerfile 6.2%Language:Makefile 4.8%Language:Python 1.8%