Skip to content

Setup Instructions

Giantpizzahead edited this page Aug 11, 2020 · 7 revisions

JudgeLite was designed to be as simple to use as possible. Because of this, the setup process is very simple and easy to follow!

Installation

Linux

  1. Install Docker by following the instructions on the linked page. If you aren't comfortable with the command line, there is also a convenience script available.
  2. Make a new empty directory somewhere (this is where JudgeLite's data will be stored).
  3. Download the run_judgelite.sh script from the latest release by running the below command.
$ curl -O https://raw.githubusercontent.com/Giantpizzahead/judgelite/master/run_judgelite.sh
  1. Execute the run_judgelite.sh script as the superuser by running the below command. You may have to wait a few minutes for the script to complete.
$ sudo sh run_judgelite.sh

... and that's it! Yep. That simple. Your own JudgeLite instance is now up and running!

Windows (WIP)

  1. Install Docker Desktop by downloading the installer from the linked page.

Clone this wiki locally