Judge0 API v1.9.0 Release Notes

Release Date: 2020-06-10 // almost 4 years ago
  • v1.9.0 (2020-06-10)

    Huge thanks to Filtered for sponsoring this release.

    ๐Ÿ†• New Features

    • Added support for configuration variable RAILS_SERVER_PROCESSES which allows to create multiple processes for handling requests.

    Other Changes

    • โšก๏ธ Updated gems.

    ๐Ÿš€ Deployment Procedure

    ๐Ÿ‘ Judge0 is collecting telemetry data to help understand how to improve the product and to better understand how Judge0 is used in various production environments. Read more about telemetry here.

    With HTTPS (SSL/TLS)

    ๐Ÿณ 1. Install Docker and Docker Compose. ๐Ÿš€ 2. Download and extract release archive:

    wget https://github.com/judge0/api/releases/download/v1.9.0/judge0-v1.9.0-https.zip
    unzip judge0-v1.9.0-https.zip
    
    1. Change directory to judge0-v1.9.0-https:

      cd judge0-v1.9.0-https

    2. Edit docker-compose.yml and change variables VIRTUAL_HOST, LETSENCRYPT_HOST and LETSENCRYPT_EMAIL.

    3. Run all services and wait few seconds until everything is initialized:

      docker-compose up -d db redis sleep 10s docker-compose up -d sleep 5s

    4. Your instance of Judge0 v1.9.0 is now available at https://<YOUR DOMAIN>.

    With HTTP

    ๐Ÿณ 1. Install Docker and Docker Compose. ๐Ÿš€ 2. Download and extract release archive:

    wget https://github.com/judge0/api/releases/download/v1.9.0/judge0-v1.9.0.zip
    unzip judge0-v1.9.0.zip
    
    1. Run all services and wait few seconds until everything is initialized:

      cd judge0-v1.9.0 docker-compose up -d db redis sleep 10s docker-compose up -d sleep 5s

    2. Your instance of Judge0 v1.9.0 is now available at http://<IP ADDRESS OF YOUR SERVER>.