Skip to content

pbhopalka/Debugger

 
 

Repository files navigation

Debugger

Debugger is a debugging event conducted by National Institute of Technology Calicut during its annual techno-management fest, Tathva.

This is the software that was used as a platform to run user programs and evaluate their solutions.

Running the above platform

If you would like to run this platform on your own machine, then the database has to be set up properly. For this in the MySql interface, the file gob.sql has to be run and then data needs to be added into the database accordingly.

Also, inside the /includes/config.ini file, the server name, database name, sql id and sql password needs to be saved based on where you are hosting this platform and where your database is stored.

Manager platform

There's a separate platform for manager to use the database effectively removing the hassle of the event manager to have an extensive knowledge of the underlying database.

Some information

/includes/config.ini and /includes/connection.php store and use the database credentials to log into the database to access the questions and the answers. Please replace the information with your database credentials.

Make sure that by default, index.html loads before index.php. For this, .htaccess file is used. But it needs to be activated. To see how to activate in Linux, check here

About

Platform used during Debugger 2015, Tathva's debugging event

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.6%
  • JavaScript 8.4%
  • CSS 3.9%
  • HTML 3.6%
  • Shell 0.5%