Skip to content

docs: add installation instructions#60

Merged
brian-smith-tcril merged 1 commit intoopenedx:masterfrom
brian-smith-tcril:add-install-instructions
Dec 11, 2025
Merged

docs: add installation instructions#60
brian-smith-tcril merged 1 commit intoopenedx:masterfrom
brian-smith-tcril:add-install-instructions

Conversation

@brian-smith-tcril
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.97%. Comparing base (5a4f439) to head (aa878b9).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   98.74%   98.97%   +0.23%     
==========================================
  Files          94      105      +11     
  Lines         953     1070     +117     
  Branches      161      178      +17     
==========================================
+ Hits          941     1059     +118     
+ Misses         12       11       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@PKulkoRaccoonGang
Copy link
Contributor

I'll just leave here the version of the plugin that works locally for me

from tutormfe.hooks import MFE_APPS
from tutor import hooks


@MFE_APPS.add()
def _add_catalog_mfe(mfes):
    mfes["catalog"] = {
        "repository": "https://github.com/openedx/frontend-app-catalog.git",
        "port": 1998,
        "version": "master", # optional, will default to the Open edX current tag.
    }
    return mfes

fstring = """
CATALOG_MICROFRONTEND_URL = "http://{{ MFE_HOST }}:{{ get_mfe('catalog').port }}/catalog"
"""

hooks.Filters.ENV_PATCHES.add_item(
    (
        "openedx-lms-common-settings",
        fstring,
    )
)

@brian-smith-tcril brian-smith-tcril marked this pull request as ready for review December 11, 2025 17:28
Copy link
Contributor

@PKulkoRaccoonGang PKulkoRaccoonGang left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@brian-smith-tcril brian-smith-tcril merged commit c2eac57 into openedx:master Dec 11, 2025
6 checks passed
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.

3 participants