Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/moodle-filter_pumukitmedia
Filter to sign the URLs of the resources imported from PuMuKIT in Moodle
https://github.com/teltek/moodle-filter_pumukitmedia
moodle moodle-plugin pumukit
Last synced: 5 days ago
JSON representation
Filter to sign the URLs of the resources imported from PuMuKIT in Moodle
- Host: GitHub
- URL: https://github.com/teltek/moodle-filter_pumukitmedia
- Owner: teltek
- Created: 2021-11-08T08:43:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T08:38:41.000Z (21 days ago)
- Last Synced: 2024-10-25T05:18:20.628Z (20 days ago)
- Topics: moodle, moodle-plugin, pumukit
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PuMuKIT Media filter
This filters should install with PuMuKIT (version 4.0 or higher).
This filter will replace any link generated with PuMuKIT repository with an iframe that will retrieve the content served by PuMuKIT.
## How to install
### Step 1: Clone the latest code version from GitHub
```
git clone https://github.com/teltek/moodle-filter_pumukitmedia pumukitmedia
```### Step 2: Create .zip to install
In the same folder where you do the last step execute the following command:
```
zip -r moodle-filter_pumukitmedia.zip pumukitmedia -x "pumukitmedia/.git/*" -x "pumukitmedia/.github/*" -x "pumukitmedia/.gitignore"
```### Step 3: Upload, configure and activate
Access to moodle as Administrator and go to "Site administration" -> "Plugins" -> "Install plugins"
Upload moodle-filter_pumukitmedia.zip package and click in "Install plugin from the ZIP file".
Follow the moodle instructions in the next sections until the configuration section.
Configure the plugin with your [PuMuKIT data password](https://github.com/teltek/PumukitLmsBundle/blob/master/Resources/doc/Configuration.md) and Save
Now, go to "Site administration" -> "Plugins" -> "Filters" -> "Manage filters"
Look for "Pumukit Media filter" and change it status from Disabled to On and it will be ready to use.