Browse Source

Update README.txt

closes #2
develop_fields
Johannes Burk 11 years ago
parent
commit
b5913ad992
  1. 22
      README.txt

22
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
# 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

Loading…
Cancel
Save