codecourses
codecourses copied to clipboard
CodeCourses is an open-source online judge
CodeCourses
NOTE: compatible with Linux ONLY
How to deploy project
- clone the project into your home directory
cd ~; git clone https://github.com/kerolloz/codecourses.git
- install requirements or use
cd ~/codecourses/initiate_project/; sh INSTALL_REQUIREMENTS.sh
- link the project to the server
sudo ln -s ~/codecourses /opt/lampp/htdocs
- create the database
cd ~/codecourses/initiate_project/; sh CREATE_DB.sh
Noticeable issues
- to enable uploading and moving files execute the following command
chmod 777 -R ~/codecourses/{source_codes,judge_tester}