-
Notifications
You must be signed in to change notification settings - Fork 0
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!
- 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.
- Make a new empty directory somewhere (this is where JudgeLite's data will be stored).
- Download the
run_judgelite.shscript from the latest release by running the below command.
$ curl -O https://raw.githubusercontent.com/Giantpizzahead/judgelite/master/run_judgelite.sh- Execute the
run_judgelite.shscript 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!
-
Install Docker Desktop by downloading the installer from the linked page.