Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 771 Bytes

File metadata and controls

22 lines (15 loc) · 771 Bytes

Create an Open edX Site

To create an Open edX site, follow these steps.

  1. Sign in to the Django administration console for your base URL. For example, http://{your_URL}/admin.
  2. Select Sites to open the http://{your_URL}/admin/sites/site page.
  3. Enter the domain name for the site. This is the domain name in the URL for the site. For example, myuniversity.edu.

    To make a site available on a non-default port that is entered as part of the URL, the domain name must include the port number. For example, if an LMS site is available at my-site.localhost:8000, the domain name for the site must be my-site.localhost:8000.

  4. Select Save.