Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.2 KB

README.md

File metadata and controls

58 lines (43 loc) · 2.2 KB

RepositoryObject Plugin - UdfEditor

Requirements

Component Version(s) Link
PHP PHP
ILIAS ILIAS

Table of contents


Installation

  1. Clone this repository to Customizing/global/plugins/Services/Repository/RepositoryObject/UdfEditor

  2. Install the Composer dependencies

    cd Customizing/global/plugins/Services/Repository/RepositoryObject/UdfEditor
    composer install --no-dev

    Developers MUST omit the --no-dev argument.

  3. Login to ILIAS with an administrator account (e.g. root)

  4. Select Plugins in Extending ILIAS inside the Administration main menu.

  5. Search for the UdfEditor plugin in the list of plugin and choose Install from the Actions drop-down.

  6. Choose Activate from the Actions dropdown.

ILIAS 7 core ilCtrl patch

For make this plugin work with ilCtrl in ILIAS 7, you may need to patch the core, before you update the plugin (At your own risk)

Start at the plugin directory

./vendor/srag/dic/bin/ilias7_core_apply_ilctrl_patch.sh

Install CascadingSelect plugin (optional)

Start at your ILIAS root directory

mkdir -p Customizing/global/plugins/Services/User/UDFDefinition
cd Customizing/global/plugins/Services/User/UDFDefinition
git clone https://github.com/leifos-gmbh/CascadingSelect.git CascadingSelect

Usage

ToDo