It is compatible with the previous DHBWTraining plugin for ILIAS < 9.0 information and objects.
-
Ensure you delete any previous DHBWTraining folder in public/Customizing/global/plugins/Services/Repository/RepositoryObject/
-
Create subdirectories, if necessary for public/Customizing/global/plugins/Services/Repository/RepositoryObject/ or run the following script from the ILIAS root
mkdir -p public/Customizing/global/plugins/Services/Repository/RepositoryObject
cd public/Customizing/global/plugins/Services/Repository/RepositoryObject- Then, execute:
git clone https://github.com/surlabs/DHBWTraining.git ./DHBWTraining
cd DHBWTraining
git checkout release_10Ensure you run composer install at platform root before you install/update the plugin
composer install --no-dev
npm installRun ILIAS update script at platform root
php setup/setup.php updateEnsure you don't ignore plugins at the ilias .gitignore files and don't use --no-plugins option at ILIAS setup
- Initially created by studer ag, switzerland
- Further maintained by fluxlabs ag, switzerland
- Revamped and currently maintained by SURLABS, spain SURLABS
- The version 10.x.x for ILIAS 10 maintained by SURLABS can be found in the Github branch release_10
- The version 9.x.x for ILIAS 9 maintained by SURLABS can be found in the Github branch release_9
- The version 8.x.x for ILIAS 8 maintained by SURLABS can be found in the Github branch release_8
- The previous plugin versions for ILIAS <8 is archived. It can be found in https://github.com/fluxapps/DHBWTraining
