-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quicker quick start #304
Comments
I would like even quicker, just a |
That's good! Here is my current progress here: I think this is the current best practice for testing a plugin and these instructions should be included in the README of every plugin's repo. |
See #249 for .env support (which would be the "Quicker quick start") - the rest of this request appears to be asking for support for your own plugin, so I'll close this one |
I believe that every Moodle plugin project should include instructions to test their module in a live, local Moodle environment.
I also think that moodle-docker is the canonical Docker repo to use for developing and testing Moodle plugins.
This means that all the instructions at https://github.com/moodlehq/moodle-docker?tab=readme-ov-file#quick-start are incorporated into the development of every plugin.
That's a lot of instructions!
I hope that the setup for moodle-docker can be simplified greatly. Ultimately this can be whittled down to the single command:
This will load check out Moodle, create directories as needed, and run everything.
If additional configuration is required, like MOODLE_DOCKER_WWWROOT MOODLE_DOCKER_DB or whatever is in the shell script, those can be handled as additional options.
The text was updated successfully, but these errors were encountered: