From b5913ad992ef501d1dfe500a71cddc3e3c2a3a53 Mon Sep 17 00:00:00 2001 From: Johannes Burk Date: Sat, 26 Jul 2014 10:24:02 +0200 Subject: [PATCH 1/3] Update README.txt closes #2 --- README.txt | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 725e7da..3d2df35 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,21 @@ -How to install: +# Description +The enrolment plugin "enrol on approval" add an approval step into the course enrolment process. +Users will be informed by mail as soon as their course application has been approved/rejected. -1. extract file and put the /apply folder into the folder /enrol +Moodle Forum: https://moodle.org/mod/forum/discuss.php?d=189334 +Moodle Plugins Directory: https://moodle.org/plugins/view.php?plugin=enrol_apply -2. go to admin --> notifications and install the plugin \ No newline at end of file +# Installation +## Install from moodle.org +* go to https://moodle.org/plugins/view.php?plugin=enrol_apply and use the "Install now" Button + +## Install with git +* use a command line interface of your choice on the destination system (server with moodle installation) +* switch to the moodle enrol folder: cd /path/to/moodle/enrol/ +* git clone https://github.com/emeneo/apply.git +* navigate on your moodle page to admin --> notifivations and follow the instructions + +## Install from zip +* download zip file from github: https://github.com/emeneo/apply/archive/master.zip +* unpack zip file to /path/to/moodle/enrol/ +* navigate on your moodle page to admin --> notifivations and follow the instructions From 9cc84ccc5d2e850904d67ebc51c947aeca023aa1 Mon Sep 17 00:00:00 2001 From: Johannes Burk Date: Sat, 26 Jul 2014 10:25:09 +0200 Subject: [PATCH 2/3] readme renamed to use markup --- README.txt => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.txt => README.md (100%) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md From e92e49e77a85249f58715784ffa8ff9acde16a10 Mon Sep 17 00:00:00 2001 From: Johannes Burk Date: Sat, 26 Jul 2014 10:26:40 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2df35..98823ab 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ The enrolment plugin "enrol on approval" add an approval step into the course enrolment process. Users will be informed by mail as soon as their course application has been approved/rejected. -Moodle Forum: https://moodle.org/mod/forum/discuss.php?d=189334 -Moodle Plugins Directory: https://moodle.org/plugins/view.php?plugin=enrol_apply +* Moodle Forum: https://moodle.org/mod/forum/discuss.php?d=189334 +* Moodle Plugins Directory: https://moodle.org/plugins/view.php?plugin=enrol_apply # Installation ## Install from moodle.org