Skip to content

fmancusoit/olimpiadicms-bash

Repository files navigation

Contest Management System Bash Version

Edited version of Contest Managment System for ITTS E. Scalfaro

Main Website olimpiadi.francescomancuso.it

Credits

All credits to Bash configurations goes to @melongist

Pre-installation

Support

System Support
Ubuntu 20.04
Ubuntu 22.04

Requirement

  • 4 GB RAM
  • At least 30 GB of space

Requirement with Forum

  • 8 GB RAM
  • At least 50 GB of space

Install GIT

sudo apt install git

Installation

1. Clone this repository in your root folder (/home/USER/)

cd /home/USER/ # your username
git clone --recurse-submodules https://github.com/FrancescooM/olimpiadicms-bash.git

2. Run first bash file (CMS prerequisites)

cd olimpiadicms-bash/
bash cms15dev01.sh

3. After reboot, run second bash file (CMS install)

cd /home/USER/olimpiadicms-bash/ # your username
bash cms15dev02.sh

CMS installed!

Post-installation

Helpful commands for CMS

Create another admin account

cmsAddAdmin USERNAME -p PASSWORD

Up Admin Web Server, login at the default link and create users, contest, tasks, ecc.

cmsAdminWebServer

Then shutdown the cmsAdminWebServer service with CTRL+C command to run all the CMS

Command to run in order to run all the services (use "screen" to manage multiple services):

cmsLogService  #for log
cmsRankingWebServer  #Ranking
cmsResourceService -a #Select the contest number, then press Enter

Now the CMS is ready to go! Have fun!

Advanced configurations

Change CMS ports

Run this command, then reboot the services

sudo nano /usr/local/etc/cms.conf

Reference project

About

Piattaforma Olimpiadi di Informatica - Bash Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages