You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ limited at the moment, so it may take a while to respond to issues.
9
9
10
10
You should run any Make targets described below on your local machine, _not_ from within a VM.
11
11
12
+
## Prerequisites
13
+
14
+
This project was developed and tested using **Docker 1.13+**. If you are using OS X, please use [Docker for Mac](https://docs.docker.com/docker-for-mac/).
15
+
Previous Mac-based tools (e.g. boot2docker) are not supported.
16
+
17
+
[Docker for Windows](https://docs.docker.com/docker-for-windows/) may work but has not been tested and is _not supported_.
18
+
19
+
12
20
## Getting Started
13
21
14
22
All of the services can be run by following the steps below. Note that since we are running many containers, you should
@@ -46,3 +54,11 @@ For example to access the Catalog/Course Discovery Service, you can run:
46
54
```
47
55
$ make devstack.open.discovery
48
56
```
57
+
58
+
## Remaining Work
59
+
60
+
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
61
+
62
+
1. Align with [OEP-5](http://open-edx-proposals.readthedocs.io/en/latest/oep-0005.html)
0 commit comments