Skip to content

Commit

Permalink
docs: *.local.edly.io -> *.local.openedx.io
Browse files Browse the repository at this point in the history
The default URL to run a local platform switched from local.edly.io to
local.openedx.io. This changes makes it clearer for everyone that Tutor
is to run Open edX.

See: overhangio/tutor#1120
  • Loading branch information
regisb committed Oct 17, 2024
1 parent 0ded05b commit 5c99bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Then, restart your platform and run the initialization scripts::

tutor local launch

Open http(s)://data.<YOUR_LMS_HOST> in your browser. When running locally, this will be http://data.local.edly.io. (http://data.local.edly.io:2247 in development). Users authenticate with their LMS user. By default, they have access to the data generated by the courses in which they have the "staff role". Once a user has successfully logged-in, their account can be modified with the ``cairn-createuser`` command.
Open http(s)://data.<YOUR_LMS_HOST> in your browser. When running locally, this will be http://data.local.openedx.io. (http://data.local.openedx.io:2247 in development). Users authenticate with their LMS user. By default, they have access to the data generated by the courses in which they have the "staff role". Once a user has successfully logged-in, their account can be modified with the ``cairn-createuser`` command.

For instance, to convert an existing user to administrator status, run::

Expand Down Expand Up @@ -187,7 +187,7 @@ In this example, the following folder should be created in the plugin:: ``tutorc
Development
-----------

In development, the Superset user interface will be available at http://data.local.edly.io:2247.
In development, the Superset user interface will be available at http://data.local.openedx.io:2247.

To reload Vector configuration after changes to vector.toml, run::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def oauth_user_info(self, provider, response=None):
def get_user_info(self):
"""
Make calls to the LMS API to fetch user information
http://local.edly.io:8000/api-docs/#/user/user_v1_me_read
http://local.openedx.io:8000/api-docs/#/user/user_v1_me_read
"""
username = self.get_lms_api("/api/user/v1/me")["username"]
account = self.get_lms_api(f"/api/user/v1/accounts/{username}")
Expand Down

0 comments on commit 5c99bb4

Please sign in to comment.