v1.0.0 (2017-10-01)
This is the first production ready release of Judge0 API.
Deployment Procedure
- Install Docker and Docker Compose.
- Download and extract release archive:
wget https://github.com/judge0/api/releases/download/v1.0.0/judge0-api-v1.0.0.zip
unzip judge0-api-v1.0.0.zip
- Run all services and wait few seconds until everything is initialized:
cd judge0-api-v1.0.0
docker-compose up -d
sleep 10s
- Your instance of Judge0 API v1.0.0 is now available at
http://<IP OF YOUR SERVER>:3000.