Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.31 KB

E-Edu Task Microservice

This projects contains the source code for the task microservice which is responsible for everything related to tasks in the E-Edu system.

How to build

Run: sudo docker build --tag eedu/taskms:latest .

How to start the docker stack

Run: sudo docker-compose up

or in detached mode: sudo docker-compose up -d

Contribute

You want to contribute to this project? Great!

Drafts & Documentation
Git Workflow (German)
Code Style (German)

Sentry error report

By default this project won't send any data to our central Sentry instance! To enable this feature just set the production variable to "true" or create a file in your root directory called ".sentryEnabled", but never commit this file!

The transmitted data includes information about your environment:

  • Username (e.g. "steve")
  • Current git branch (e.g. "experimental")
  • Build time
  • Build user email
  • Build version
  • Commit id
  • Commit message (short)
  • Commit user email
  • Git "dirty" property

License

This project is licensed under the GNU General Public License v3.0
See LICENSE for more information