From 12f294a3e36d4e5c61828a23053257b6a26f7824 Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Tue, 27 Mar 2018 15:03:40 +0200 Subject: [PATCH 1/2] Add more convinent update steps --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39a1c60..507081d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,24 @@ * For ILIAS versions: 5.3.0 - 5.3.999 ## Installation Instructions -1. Clone this repository to /Customizing/global/plugins/Services/Repository/RepositoryObject/QuestionSetPool +1. Create the plugin path: + ``` + /Customizing/global/plugins/Services/Repository/RepositoryObject + ``` + + Move to the directory: + ``` + $ cd /Customizing/global/plugins/Services/Repository/RepositoryObject + ``` + + Clone this repository: + ``` + $ git clone https://gitlab.databay.de/formatest/FormATest_QuestionSetPool + ``` + + Change the name of the plugin: + ```$ mv FormATest_QuestionSetPool QuestionSetPool``` 2. Login to ILIAS with an administrator account (e.g. root) 3. Select **Plugins** from the **Administration** main menu drop down. 4. Search the **QuestionSetPool** 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. \ No newline at end of file +5. Choose **Configure** from the **Actions** drop down and enter the required data. -- GitLab From 69cf06a13cc7c330e3e3c6958aa2ec9ff20f10a1 Mon Sep 17 00:00:00 2001 From: Niels Theen Date: Tue, 27 Mar 2018 15:07:57 +0200 Subject: [PATCH 2/2] Fix formatting --- README.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 507081d..72616e1 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,19 @@ ## Installation Instructions 1. Create the plugin path: - ``` - /Customizing/global/plugins/Services/Repository/RepositoryObject - ``` - - Move to the directory: - ``` - $ cd /Customizing/global/plugins/Services/Repository/RepositoryObject - ``` - - Clone this repository: - ``` - $ git clone https://gitlab.databay.de/formatest/FormATest_QuestionSetPool - ``` - - Change the name of the plugin: - ```$ mv FormATest_QuestionSetPool QuestionSetPool``` + ``` + /Customizing/global/plugins/Services/Repository/RepositoryObject + ``` + Move to the directory: + ``` + $ cd /Customizing/global/plugins/Services/Repository/RepositoryObject + ``` + Clone this repository: + ``` + $ git clone https://gitlab.databay.de/formatest/FormATest_QuestionSetPool + ``` + Change the name of the plugin: + ```$ mv FormATest_QuestionSetPool QuestionSetPool``` 2. Login to ILIAS with an administrator account (e.g. root) 3. Select **Plugins** from the **Administration** main menu drop down. 4. Search the **QuestionSetPool** plugin in the list of plugin and choose **Activate** from the **Actions** drop down. -- GitLab