Skip to content

tahmid-khan/xjudge

Repository files navigation

Instructions for running locally

To run a development server,

  1. Install Node.js and run
npm install

to install Node.js dependencies.

  1. Install Composer, the PHP package manager, and run
composer install

to install the necessary PHP packages.

  1. Update your local MySQL/MariaDB server's credentials in config.php and run schema.sql in your local MySQL/MariaDB server to create the database schema and integrate the database with the application.

  2. To start a PHP server, assuming PHP is in PATH, run the following from the project root:

php -S localhost:8888 -t public

If the port 8888 is in use, replace it with another port number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages