Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Deploying Codejudge

sankha93 edited this page Aug 21, 2012 · 2 revisions

This guide here describes the most simple and convenient steps to deploy Codejudge to a local server so that you can host your coding competitions.

This guide is written for Ubuntu, or other comparable Linux platforms. It needs to be adapted to other systems based on your needs.


Prepare your system

  1. Get the latest version of Codejudge from http://sankha93.github.com/codejudge in the form of a ZIP archive.

  2. Get the latest version of XAMPP for Linux (LAMPP) from http://www.apachefriends.org/en/xampp.html.

  3. Install it according to the instructions given on their site. Most probably you will have to extract the archive to the /opt directory. You can do it with the following command:

     tar xvfz xampp-linux-1.8.0.tar.gz -C /opt  
    

Installing Codejudge

  1. Copy the extracted files

Clone this wiki locally