This is an open source project forked from https://github.com/fluxapps/VimpPageComponent
This is an additional Plugin for the ViMP Plugin, thus it only works with ViMP installed (see https://github.com/DatabayAG/ViMP). It allows you to add videos from ViMP in any Text-Media-Editor in ILIAS.
Start at your ILIAS root directory
mkdir -p Customizing/global/plugins/Services/COPage/PageComponent/
cd Customizing/global/plugins/Services/COPage/PageComponent
git clone https://github.com/DatabayAG/VimpPageComponentRebuild the plugin artifact so Setup and the administration GUI know the plugin, then install it:
cd [ILIAS-9-Docroot]
php setup/setup.php build-artifacts
php setup/setup.php install --plugin VimpPageComponent --yesphp setup/setup.php build-artifacts is required after cloning and after changes to plugin.php. Without it, Setup still uses the previous plugin data.
Alternatively, as ILIAS administrator go to "Administration -> Plugins" and install/activate the plugin (after php setup/setup.php build-artifacts).