NOTE: compatible with Linux ONLY
- 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
- to enable uploading and moving files execute the following command
chmod 777 -R ~/codecourses/{source_codes,judge_tester}