Releases: judge0/discord-bot
Releases · judge0/discord-bot
Judge0 Discord Bot v1.0.1
Judge0 Discord Bot v1.0.0
v1.0.0 (2019-10-31)
This is the first production ready release of Judge0 Discord Bot.
Deployment Procedure
- Install Docker and Docker Compose.
- 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
- Add your bot token to
docker-compose.yml
. - Run all services:
cd judge0-discord-bot-v1.0.0
docker-compose up -d
- Your instance of Judge0 Discord Bot is now up and running and you can check its status with
;info
on your Discord server.