Git Product home page Git Product logo

voj's Introduction

Verwandlung Online Judge

Version: 0.2.0 (Released on August 30, 2018)

Build Status Build status Coverage Status Docker Automated build Language grade: Java Total alerts

Official Website | Tech Support | Change Log

Update: Verwandlung Online Judge now supports Docker. You can use Verwandlung Online Judge with ONLY 4 bash commands.

docker pull zjhzxhz/voj.web
docker pull zjhzxhz/voj.judger
docker run -d --name voj.web -p 8080:8080 zjhzxhz/voj.web
docker run -d --name voj.judger --link voj.web zjhzxhz/voj.judger

Tell me more about voj@Docker.


Introduction

It is a cross-platform online judge system based on Spring MVC Framework.

The application used following open-source projects:

The Origin of Verwandlung

In 2011, LinkedIn Inc. released a message queue named Kafka. It's implemented in Scala and open-sourced.

In 2012, Alibaba Inc. released a message queue named MetaQ, which is based on Kafka. It's implemented in Java.

MetaQ stands for Metamorphosis, which is a famous literature written by the author Franz Kafka.

As the message queue is one of the important components in the application, so I named the application Verwandlung, which is the German name of Metamorphosis.

Architecture

The application contains two components:

  • Web Application
  • Judger (Support both Windows and Linux)

The architecture can be described as the figure below.

Software-Architecture

As you see, Verwandling Online Judge supports multiple judgers. The judgers communicate with the web application through ActiveMQ.


Getting Started

System Requirements

Hardware Requirements

  • CPU: 2.0 GHz or faster 32-bit (x86) or 64-bit (x64) processor

For Web Application (including Database and Message Queue):

  • RAM: 2.0 GB RAM on Windows, 1.0 GB RAM on Linux.

For Judger:

  • RAM: 1.0 GB RAM on Windows, 512 MB RAM on Linux.

Software Requirements

For Web Application (including Database and Message Queue):

For Judger:

Installation

Docker Releases (Recommended)

Now you can easily use Verwandlung Online Judge with Docker.

See the installation instructions here.

Binary Releases

  • Web Application: 0.2.0
  • Judger (Windows, 64 Bit): 0.2.0
  • Judger (Linux, 64 Bit): 0.2.0

Source Releases

NOTE:

  • Maven 3+ and GCC 4.8+ with POSIX thread model is required.
  • Make sure mvn (Maven), g++ and make are added to the PATH.

After download source code from this repository, run following commands from a terminal:

For Web Application:

cd web
mvn package -DskipTests

If the build is successful, the terminal will display a message as following:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.168 s
[INFO] Finished at: 2015-11-26T13:20:09+08:00
[INFO] Final Memory: 24M/210M
[INFO] ------------------------------------------------------------------------

And you'll get a package named voj.web.war in the target folder.

For Judger:

Windows:

cd %JAVA_HOME%\include\win32
copy jawt_md.h  ..
copy jni_md.h  ..

cd judger
mvn package -DskipTests

Linux:

cd $JAVA_HOME/include/linux
cp jawt_md.h jni_md.h ..

cd SOURCE_CODE_PATH/judger
mvn package -DskipTests

If the build is successful, the terminal will display a message as following:

[INFO] Executing tasks

jni:
     [echo] Generating JNI headers
     [exec] mkdir -p target/cpp
     [exec] g++ -c -std=c++11 -Wall -fPIC -I ... -o target/cpp/Judger.Core.Runner.o
[INFO] Executed tasks
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.432 s
[INFO] Finished at: 2015-11-26T13:22:46+08:00
[INFO] Final Memory: 81M/513M
[INFO] ------------------------------------------------------------------------

And you'll get a package named voj.judger.jar in the target folder.

Configuration

Setup the ActiveMQ

To reduce the memory of ActiveMQ, you can edit activemq.xml in ACTIVEMQ_HOME\conf.

Please find following content in this file, and change it to proper values that suitable for your servers.

<systemUsage>
    <systemUsage>
        <memoryUsage>
            <!-- Change this value -->
            <memoryUsage limit="128 mb" />
        </memoryUsage>
        <storeUsage>
            <!-- Change this value -->
            <storeUsage limit="4 gb"/>
        </storeUsage>
        <tempUsage>
            <!-- Change this value -->
            <tempUsage limit="4 gb"/>
        </tempUsage>
    </systemUsage>
</systemUsage>

Setup the Web Application

Create a database in MySQL, import voj.sql.

Edit the values in /WEB-INF/classes/voj.properties of the file voj.web.war.

You can open it with archive manager software such as WinRAR.

After then, you can copy this file voj.web.war to TOMCAT_HOME/webapps.

IMPORTANT: For Windows users, please edit server.xml of your Tomcat configuration:

<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1"
    redirectPort="8443" useBodyEncodingForURI="true">
</Connector>

Setup the Judger

Edit the values in /voj.properties of the file voj.judger.jar.

You can run the judger using following command :

Windows:

javaw -jar voj.judger.jar

Linux:

sudo java -jar voj.judger.jar

Important:

If you are using Linux, please run following commands using root:

# Shutdown and Kill process is not allowed for non-root user
chmod 700 /sbin/init
chmod 700 /sbin/poweroff
chmod 700 /usr/bin/pkill

Contribution

We're glad that you want to improve this project.

  • We NEED TRANSLATORS for multi-language support(English and Chinese have supported).
  • You can report bugs here.
  • You can also create a pull request if you can fix the bug.
  • If you want to add features to the project, please tell us in the issues page before developing.

Thanks for your corporation.

License

This project is open sourced under GNU GPL v3.

voj's People

Contributors

dependabot[bot] avatar gdsglgf avatar hzxie avatar pipepw avatar

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.