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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
-
# devstack
1
+
# edX Devstack
2
2
3
3
Get up and running quickly with edX services.
4
4
5
-
This project is meant to replace the traditional Vagrant VM "devstack" with a multi-container approach driven by Docker Compose. You should run any Make targets described below on your local machine, not from within a VM.
5
+
If you are seeking info on the Vagrant-based devstack, please see https://openedx.atlassian.net/wiki/display/OpenOPS/Running+Devstack.
6
+
This project is meant to replace the traditional Vagrant-based devstack with a multi-container approach driven by [Docker
7
+
Compose](https://docs.docker.com/compose/). It is still in the alpha/beta testing phase. Support for this project is
8
+
limited at the moment, so it may take a while to respond to issues.
9
+
10
+
You should run any Make targets described below on your local machine, _not_ from within a VM.
6
11
7
12
## Getting Started
8
13
@@ -23,7 +28,7 @@ configure Docker with a sufficient amount of resources. Our testing found that [
23
28
development without the auth service) and tenants (for multi-tenancy).
24
29
25
30
The username and password for the superusers are both "edx". You can access the services directly via Django admin
26
-
at the `/admin` path.
31
+
at the `/admin/` path, or login via single sign-on at `/login/`.
27
32
28
33
```
29
34
$ make devstack.provision
@@ -36,6 +41,7 @@ configure Docker with a sufficient amount of resources. Our testing found that [
36
41
```
37
42
38
43
After the services have started, if you need shell access to one of the services, run `make devstack.open.<service>`.
44
+
For example to access the Catalog/Course Discovery Service, you can run:
0 commit comments