Edited version of Contest Managment System for ITTS E. Scalfaro
Main Website olimpiadi.francescomancuso.it
All credits to Bash configurations goes to @melongist
System | Support |
---|---|
Ubuntu 20.04 | ✅ |
Ubuntu 22.04 | ❌ |
- 4 GB RAM
- At least 30 GB of space
- 8 GB RAM
- At least 50 GB of space
sudo apt install git
cd /home/USER/ # your username
git clone --recurse-submodules https://github.com/FrancescooM/olimpiadicms-bash.git
cd olimpiadicms-bash/
bash cms15dev01.sh
cd /home/USER/olimpiadicms-bash/ # your username
bash cms15dev02.sh
CMS installed!
-
Open SSH, HTTP, HTTPS, TCP 8888, TCP 8889, TCP 8890 ports
-
CMS default links:
- Contest Area - http://localhost:8888
- Admin Login - http://localhost:8889
- Ranking - http://localhost:8890
-
Use the following commands to create a contest and run the CMS services
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!
Run this command, then reboot the services
sudo nano /usr/local/etc/cms.conf