7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 04:10:49 +00:00
tutor/CHANGELOG.md
Régis Behmo 500d690074 Add a self-documenting Make help
Picked from https://github.com/openfun/fun-platform, which itself picked
it from https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html

Running `make help` or simply `make` now produces a beautiful colored
help.
2018-09-29 18:22:06 +02:00

1.0 KiB

Changelog

  • 2018-09-29 [Improvement] Add self-documented help with "make help"
  • 2018-09-29 [Feature] Add Portainer as an optional web UI to administer docker containers
  • 2018-09-15 [Feature] Add student notes as an optional feature
  • 2018-09-15 [Feature] Add templates to configurator container, which can now be run separately
  • 2018-09-15 [Improvement] Rename "up" and "daemon" commands to "run" and "daemonize"
  • 2018-09-15 [Feature] Activate course search and discovery
  • 2018-09-15 [Bugfix] Deduplicate console logs from lms/cms
  • 2018-09-05 [Improvement] Use a single email address for all inbound email
  • 2018-09-04 [Bugfix] Get make commands to work with 'sudo'
  • 2018-09-02 [Bugfix] Get HTTPS to work for CMS. Thanks @flytreeleft!
  • 2018-08-28 [Bugfix] Fix certbot image updating
  • 2018-08-27 [Improvement] Add development requirements to openedx image
  • 2018-08-27 [Bugfix] Upgrade mongodb
  • 2018-08-19 [Improvement] Make Xqueue an optional feature
  • 2018-08-16 [Feature] Add HTTPS support