Moodle development environment for github code spaces.
- Make a fork of this repository.
- Create a codespace of the forked repository.
- Use AI like ChatGPT to generate shell script to build a simple moodle plugin builder like
plugin_builder.sh
example. - Run the plugin builder.
- Add the volume to docker-composer.yml.
- Set Up a forwarding port In our case we are using
PORT 8080
. - Open the browser from the codespace.
- If you got the permission issue run this command below on codespace terminal and re-run again.
sh .devcontainer/scripts/fixmoodleowner.sh
- Start your plugin development.
See Git for the complete history.
The GNU GENERAL PUBLIC LICENSE.
Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.
- Hamza Tamyachte :: Ldesign Media - hamza.tamyachte@ldesignmedia.nl
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl