Skip to content

kerolloz/codecourses

Repository files navigation

CodeCourses

NOTE: compatible with Linux ONLY

How to deploy project

  1. clone the project into your home directory
    cd ~; git clone https://github.com/kerolloz/codecourses.git
  2. install requirements or use
    cd ~/codecourses/initiate_project/; sh INSTALL_REQUIREMENTS.sh
  3. link the project to the server
    sudo ln -s ~/codecourses /opt/lampp/htdocs
  4. create the database
    cd ~/codecourses/initiate_project/; sh CREATE_DB.sh

Noticeable issues

  1. to enable uploading and moving files execute the following command
    chmod 777 -R ~/codecourses/{source_codes,judge_tester}

Front-End Team

Back-End Team

Made with ❤️ at FCI-SCU