akivaron / RUET-OJ

RUET OJ is the 1st Open Source Online Judge Platform Of Bangladesh.

Home Page:http://ruetoj-ruetoj.193b.starter-ca-central-1.openshiftapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUET-OJ

RUET OJ is the 1st Open Source Online Judge Platform Of Bangladesh .

Developer

Ashadullah Shawon

Live RUET-OJ

http://ruetoj-ruetoj.193b.starter-ca-central-1.openshiftapps.com/

Languages

Front End

HTML, CSS, BootStrap, JavaScript

BackEnd

PHP, MySQL

Judge Languages

C , C++, C++11 And Java

Requirements

Linux, gcc, g++ , Java Compilers And Lampp

Install Compilers

C/C++

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9


sudo ln -f -s /usr/bin/g++-4.9 /usr/bin/g++

Java

sudo add-apt-repository ppa:openjdk-r/ppa  
sudo apt-get update   
sudo apt install openjdk-8-jre

Database Set Up

Import SQL Files From dbs Folder .

Set Up Conncection

If you are using localhost then change configuration of config.php to

$host="localhost";
$user="root";
$pass="";
$db="reg";

About

RUET OJ is the 1st Open Source Online Judge Platform Of Bangladesh.

http://ruetoj-ruetoj.193b.starter-ca-central-1.openshiftapps.com

License:MIT License


Languages

Language:PHP 92.9%Language:JavaScript 5.4%Language:CSS 1.4%Language:Hack 0.3%