Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithemad/tutor-plugin-indexes
The index for all Tutor plugins created/used by me :)
https://github.com/codewithemad/tutor-plugin-indexes
Last synced: 9 days ago
JSON representation
The index for all Tutor plugins created/used by me :)
- Host: GitHub
- URL: https://github.com/codewithemad/tutor-plugin-indexes
- Owner: CodeWithEmad
- License: other
- Created: 2024-12-01T07:10:15.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-01T15:22:20.000Z (21 days ago)
- Last Synced: 2024-12-01T16:30:16.663Z (21 days ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Tutor Plugin Indexes
####################This is the repository for the Tutor plugin indexes maintained by me.
A Tutor plugin index is similar to the Python Package index (PyPi) or an apt repository:
it is a reference to many plugins that can then be easily installed and enabled by Tutor.For more information about Tutor indexes, see the `official Tutor Documentation`_.
Available Plugins
*****************- `wordpress `__: Integrates WordPress with Open edX
- `phpmyadmin `__: Adds phpMyAdmin database management interfaceUsage
*****Add the index with:
.. code-block:: bash
tutor plugins index add https://raw.githubusercontent.com/CodeWithEmad/tutor-plugin-indexes/main/
Install the the following plugins from the main index:
.. code-block:: bash
tutor plugins install wordpress
tutor plugins install phpmyadminIf you need to update the cache, that means, fetching the latest changes in the index, use the command ``tutor plugins update``.
You can remove the index with:
.. code-block:: bash
tutor plugins index remove https://raw.githubusercontent.com/CodeWithEmad/tutor-plugin-indexes/main/
Contributions
*************All contributions are welcome. feel free to open a PR or an issue.
License
*******This software is licensed under the terms of the AGPLv3. See the `LICENSE`_ file for details.
.. _LICENSE: https://raw.githubusercontent.com/CodeWithEmad/tutor-plugin-indexes/main/LICENSE
.. _official Tutor Documentation: https://docs.tutor.edly.io/reference/indexes.html