Skip to content

akatsuki10b/ByteJudge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

ByteJudge

An online code grader application for educational institutes.

Teachers may add programming problems and group them as a test or assignment.

Students can submit the solution code for the problems. Solutions will be evaluated by executing them on a set of predefined test cases uploaded by the author of the problem.

Installation:

  • Install LAMP stack (apache2, php, mysql)
  • Make sure they are running
  • Run bash install.sh
    • This will setup the database
  • Copy ByteJudge/ directory to the apache hosting directory (/var/www/ or /opt/lampp/htdocs) (Or you can keep the repo in your working directory and create a bytejudge.conf file in /etc/apache2/sites-available/bytejudge.conf by copying from /etc/apache2/sites-available/default.conf and point DocumentRoot to the <PATH TO BYTEJUDGE>/ByteJudge/)

initial admin userid: admin password: <As set during installation>

About

Online code grader application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published