This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,20 @@ The LMS also includes demo accounts. The passwords for each of these accounts is
8888| verified | verified@example.com |
8989
9090
91+ ## Service URLs
92+
93+ Each service is accessible at `localhost` on a specific port. The table below provides links to the homepage of each
94+ service. Since some services are not meant to be user-facing, the "homepage" may be the API root.
95+
96+ | Service | URL |
97+ |-------------------|------------------------------------------------------------------------|
98+ | Credentials | [http://localhost:18150/api/v2/](http://localhost:18150/api/v2/) |
99+ | Catalog/Discovery | [http://localhost:18381/api-docs/](http://localhost:18381/api-docs/) |
100+ | E-Commerce/Otto | [http://localhost:18130/dashboard/](http://localhost:18130/dashboard/) |
101+ | LMS | [http://localhost:18000/](http://localhost:18000/) |
102+ | Programs | [http://localhost:18140/api/v1/](http://localhost:18140/api/v1/) |
103+ | Studio/CMS | [http://localhost:18010/](http://localhost:18010/) |
104+
91105## Remaining Work
92106
93107There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
You can’t perform that action at this time.
0 commit comments