-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,20 @@ After installing widget plugins, site administrator needs to enable widgets by g | |
extra details if your plugin type is not automatically detected. | ||
3. Check the plugin validation report and finish the installation. | ||
|
||
## Installing via git | ||
From moodle root | ||
|
||
git clone [email protected]:ponlawat-w/moodle-local_accessibility.git local/accessibility | ||
|
||
`cd local/accessibility` | ||
|
||
At this point the plugin will be installed but without any widgets. To add the widgets you can check out by tag as follows. | ||
Tags can be found at https://github.com/ponlawat-w/moodle-local_accessibility/tags. Select the one you want and checkout as follows | ||
|
||
`git checkout v1.0.1-with-widgets` | ||
|
||
This will result in a warning about being in 'detached HEAD' state that will not affect testing | ||
|
||
## Installing manually ## | ||
|
||
The plugin can be also installed by putting the contents of this directory to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters