Skip to content

Judge0 Discord Bot v1.0.0

Compare
Choose a tag to compare
@hermanzdosilovic hermanzdosilovic released this 31 Oct 12:44
· 31 commits to master since this release
e84a6dc

v1.0.0 (2019-10-31)

This is the first production ready release of Judge0 Discord Bot.

Deployment Procedure

  1. Install Docker and Docker Compose.
  2. Download and extract release archive:
wget https://github.com/judge0/discord-bot/releases/download/v1.0.0/judge0-discord-bot-v1.0.0.zip
unzip judge0-discord-bot-v1.0.0.zip
  1. Add your bot token to docker-compose.yml.
  2. Run all services:
cd judge0-discord-bot-v1.0.0
docker-compose up -d
  1. Your instance of Judge0 Discord Bot is now up and running and you can check its status with ;info on your Discord server.