Skip to content

Commit 7cd4ac5

Browse files
authored
docs: replaced mitxpro-openedx-extensions with openedx-companion-auth in readme (#2253)
* docs: replaced mitxpro-openedx-extensions with openedx-companion-auth in readme * fix: repo link
1 parent d170406 commit 7cd4ac5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/configuration/open_edx.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Install from local Build
7373

7474
* To update to a new development version without having to actually bump the package version, simply ``pip uninstall social-auth-mitxpro``, then install again
7575

76-
Install ``mitxpro-openedx-extensions`` in LMS
76+
Install ``openedx-companion-auth`` in LMS
7777
---------------------------------------------
7878

7979
There are two options for this:
@@ -83,16 +83,16 @@ Install via pip
8383

8484
.. code-block:: shell
8585
86-
pip install mitxpro-openedx-extensions
86+
pip install openedx-companion-auth
8787
8888
Install from local Build
8989
^^^^^^^^^^^^^^^^^^^^^^^^
9090

91-
* Checkout the `mitxpro-openedx-extensions <https://github.com/mitodl/mitxpro-openedx-extensions>`_ project and build the package per the project instructions
92-
* Copy the ``mitxpro-openedx-extensions-$VERSION.tar.gz`` file into devstack's ``edx-platform`` directory
93-
* In devstack, run ``make lms-shell`` and within that shell ``pip install mitxpro-openedx-extensions-$VERSION.tar.gz``
91+
* Checkout the `openedx-companion-auth <https://github.com/mitodl/open-edx-plugins/tree/main/src/openedx_companion_auth>`_ project and build the package per the project instructions
92+
* Copy the ``openedx-companion-auth-$VERSION.tar.gz`` file from the ``dist`` folder into devstack's ``edx-platform`` directory
93+
* In devstack, run ``make lms-shell`` and within that shell ``pip install openedx-companion-auth-$VERSION.tar.gz``
9494

95-
* To update to a new development version without having to actually bump the package version, simply ``pip uninstall -y mitxpro-openedx-extensions``, then install again
95+
* To update to a new development version without having to actually bump the package version, simply ``pip uninstall -y openedx-companion-auth``, then install again
9696

9797
Configure MITx Online as a OAuth provider for Open edX
9898
######################################################

docs/source/configuration/tutor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ These steps will also disable the AuthN SSO MFE, so from here on you'll get norm
124124
#. Create a ``env/build/openedx/requirements/private.txt`` with the required extensions::
125125

126126
social-auth-mitxpro
127-
mitxpro-openedx-extensions
127+
openedx-companion-auth
128128

129129
#. Edit the ``env/apps/openedx/config/lms.env.yml`` file and add::
130130

0 commit comments

Comments
 (0)