Skip to content

GiraffeReversed/edulint-web

Repository files navigation

edulint-web

Docker image

This repository contains backend (API) of edulint-web and the docker-compose files for easy deployment of all components together.

Quickstart

You can start your own instance of EduLint (including the web interface) using Docker and docker-compose:

git clone https://github.com/GiraffeReversed/edulint-web.git
cd edulint-web

docker-compose -f docker-compose.yml -f docker-compose.local.yml up -d --build
  • The web UI will be reachable on http://127.0.0.1:4999 only from your PC. If you want to change that, you can modify docker-compose.local.yml to use 0.0.0.0:4999:80 instead of 127.0.0.1:4999:80.