Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
3d3fb25a
Commit
3d3fb25a
authored
Apr 05, 2017
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README to reflect new Make targets
parent
84cd85cb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
+7
-7
No files found.
README.md
View file @
3d3fb25a
...
...
@@ -49,7 +49,7 @@ amount of resources. Our testing found that [configuring Docker for Mac][] with
single sign-on at `/login/`.
```sh
make
devstack.
provision
make provision
```
3.
Start the services. By default this command will use host directories for
...
...
@@ -57,21 +57,21 @@ amount of resources. Our testing found that [configuring Docker for Mac][] with
the steps below for Docker Sync to avoid this performance hit.
```sh
make
devstack.start
make
up
```
After the services have started, if you need shell access to one of the
services, run
`make
devstack.open.<service>
`
. For example to access the
services, run
`make
<service>-shell
`
. For example to access the
Catalog/Course Discovery Service, you can run:
```
sh
make d
evstack.open.discovery
make d
iscovery-shell
```
To reset your environment and start provisioning from scratch, you can run:
```
sh
make de
vstack.de
stroy
make destroy
```
### Docker Sync
...
...
@@ -84,7 +84,7 @@ below to setup Docker Sync.
1.
Ensure all containers are stopped.
```sh
make
devstack.
stop
make stop
```
2.
Follow the
[
Docker Sync installation instructions
][]
.
...
...
@@ -92,7 +92,7 @@ below to setup Docker Sync.
3.
Run Docker Sync and devstack.
```sh
make
devstack.start.
sync
make
up-
sync
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment