This repository contains a docker enviroment aimed at MUMIE Task and MUMIE Task Hook plugin developers for ILIAS.
You've dowloaded the ilias release you want to develop for. Make sure it's the same one specified in this docker-compose file.
# save path to local ilias directory as environment variable
export ILIAS_LOCAL_ROOT="path/to/local/ilias"
# Execute convenience script to download MUMIE Task plugin
./downloadMumieTaskPlugins.sh
# Create docker container with
docker-compose up
# Install composer
./installComposer.sh
# Scan for plugins
./scanForPlugins.sh
Plugins will not show up in Ilias until scanForPlugin.sh is executed
This docker-compose relies heavily on the one suggested by https://hub.docker.com/r/sturai/ilias