Skip to content
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

Document developing on the devstack Open edX event bus. #194

Conversation

MichaelRoytman
Copy link
Member

@MichaelRoytman MichaelRoytman commented Oct 4, 2023

JIRA: None.

Description: This pull requests adds documentation for how to set up the Open edX event bus locally using devstack.

Author concerns: None.

Dependencies: None.

Installation instructions: None.

Testing instructions: None.

Merge checklist:

  • All reviewers approved
  • CI build is green
  • Changelog record added
  • Documentation updated (not only docstrings)
  • Commits are squashed

Post merge:

  • Delete working branch (if not needed anymore)

@MichaelRoytman MichaelRoytman force-pushed the michaelroytman/devstack-event-bus branch 3 times, most recently from af0b3f0 to 66df3dc Compare October 4, 2023 19:46
@MichaelRoytman MichaelRoytman force-pushed the michaelroytman/devstack-event-bus branch from 66df3dc to db693f8 Compare October 4, 2023 19:48
@@ -1,7 +1,9 @@
version: "2.1"
services:
db:
image: mysql:5.6
# Oracle-packaged version includes a `linux/arm64/v8` version, needed for
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary because the JSONField Django model field is only supported in MySQL version greater than or equal to 5.7. This makes it impossible to run migrations because the models in xblock-lti-consumer use JSONField. Because we have migrated to version 8.0, I've updated the base MySQL image to 8.0. This particular image is copied from devstack.

@MichaelRoytman MichaelRoytman merged commit 2a2dff7 into MST-1789-downstream-triggers Oct 5, 2023
@MichaelRoytman MichaelRoytman deleted the michaelroytman/devstack-event-bus branch October 5, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants