Backend API for serving aula. Visit the aula documentation for more information about the project.
You can use one of the two following:
# Run the latest published release locally
make run-release# Run locally live development environment (files you edit get updated immediately)
make run-local# Build and publish the image (if you have the privileges on Docker Hub)
make publish-releasePlease reach out to dev [at] aula.de if you're interested in self-hosting. Instructions will soon be published in aula-selfhosted. At the moment, running aula-backend and aula-frontend docker images is NOT enough.
./srccontains all PHP source files that are served by Apache2../confighas templates for configuration. You can manually edit them.
See LICENSE.txt. Licensed under the EUPL-1.2 or later.
You may obtain a copy of the license at https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12.
Thank you for your interest. See contribution guidelines at CONTRIBUTION.md.