-
Notifications
You must be signed in to change notification settings - Fork 0
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
Future of this plugin #1
Comments
I do recognize the usefulness of this plugin. I wish I could backport the changes in Tutor core or make the plugin official, but:
Thus, I propose that we go with option 1:
That way, Tutor users could start using plugin with just:
Would you be OK with maintaining the plugin? |
Yes, I would be OK with that. I've been maintaining it already, without any issues so far. |
Hiya! I tried using this plugin yesterday at OpenEdX 2023 as the EdX Hooks talk assumed a working Tutor setup. I wasn't able to get it to work. I performed the following steps:
The plugins enable command printed an error about invalid plugin name or similar. I apologies I didn't capture it from my buffer. And then tutor local quickstart OR tutor launch both failed with the same error about being unable to find a mysql container for ARM64. Should I have changed the db to mariaDB as per the mainline ARM64 install doc? I would love to collaborate with you in testing this plugin, improving the documentation, and adding it to the mainline ARM64 install doc so folks can have an easier time getting started on M1/M2 macs. Thanks in advance! |
^ Re the above issue, see #2. |
@regisb I have a PR open that sets up fully automated daily builds of this ARM64 image for Tutor master + nightly. Thanks to your work in overhangio/tutor#812 which turned out to be necessary. If you are interested or have any feedback on the approach, please check it out at https://github.com/open-craft/tutor-contrib-arm64/pull/3/files In particular I'm wondering if triggering a daily build for the master version may result in excess image downloads; maybe I should put in a check to only push the image if a version doesn't yet exist, but I'm not quite sure how to check that easily. |
Closing this issue now because:
I do still need to add this to the tutor-contrib index. |
@regisb any thoughts on the future of this plugin? I've been using it this whole time and it works really well. Not sure if anyone / who else is using it.
For changing the DB image, since MySQL 8 seems quite stable and working well, we could incorporate that as the default into tutor main, at least for ARM64.
As for docker images:
For now, I continue to update the ARM64 docker images that I host here once in a while.
For images, we could either:
It seems like the documentation at https://docs.tutor.overhang.io/tutorials/arm64.html also needs to be updated as it still mentions MariaDB.
The text was updated successfully, but these errors were encountered: