From bff86168db1e455bb971a46f8b1fc2bde22611c8 Mon Sep 17 00:00:00 2001 From: Marvin Beym Date: Fri, 11 Feb 2022 10:39:45 +0100 Subject: [PATCH] Add note about requiring composer install --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a65b8a..001ffa0 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,18 @@ ## Installation Instructions 1. Clone this repository to /Customizing/global/plugins/Services/Repository/RepositoryObject/FormATest -2. Login to ILIAS with an administrator account (e.g. root) -3. Select **Plugins** from the **Administration** main menu drop down. -4. Search the **FormATest** plugin in the list of plugin and choose **Activate** from the **Actions** drop down. -5. Choose **Configure** from the **Actions** drop down and enter the required data. +2. Install the Composer dependencies +```bash +cd Customizing/global/plugins/Services/Repository/RepositoryObject/FormATest +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** from the **Administration** main menu drop down. +5. Search the **FormATest** plugin in the list of plugin and choose **Activate** from the **Actions** drop down. +6. Choose **Configure** from the **Actions** drop down and enter the required data. ## Dependencies * The FormATest plugin is only usable with the QuestionSetPool plugin. \ No newline at end of file -- GitLab