This projects contains the source code for the task microservice which is responsible for everything related to tasks in the E-Edu system.
Run:
sudo docker build --tag eedu/taskms:latest .
Run:
sudo docker-compose up
or in detached mode:
sudo docker-compose up -d
You want to contribute to this project? Great!
Drafts & Documentation
Git Workflow (German)
Code Style (German)
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
This project is licensed under the GNU General Public License v3.0
See LICENSE
for more information