Giter Club home page Giter Club logo

bugger-online_compiler's Introduction

Bugger-Online_Compiler

Online compiler for C,C++,Python,Java.

About

This is a web application in which users can log in and compile their code. It has compilers for:-

  • C
  • C++
  • Java
  • Python.

Install

Prerequisites

  • Gcc
  • G++
  • Python
  • Python3
  • Java
  • Apache2
  • Mysql
  • Php.

Procedure

Install the compilers:-

To get the above packages run:-

sudo apt-get install gcc

sudo apt-get install python

sudo apt-get install python3

sudo apt-get install default-jdk

Install Apache2, Mysql, Php

To install apache2, mysql and php run:-

sudo apt install apache2

sudo apt install mysql-server

sudo apt install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php

To start these services run:-

sudo systemctl start apache2

sudo systemstl start mysql

Create a new account in mysql database.

Open Terminal and Run:-

sudo mysql -u root -p

GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' IDENTIFIED BY 'password';

Configuration

Open registration/server.php and edit the database name,table name,user name,and password as per your choice.

Put all the files inside /var/www/html of your computer.

Congratulations

Open the file in your local host and you are good to go.

bugger-online_compiler's People

Contributors

the-pro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

piyushvostro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.