Commit 3d3fb25a by Renzo Lucioni

Update README to reflect new Make targets

parent 84cd85cb
...@@ -49,7 +49,7 @@ amount of resources. Our testing found that [configuring Docker for Mac][] with ...@@ -49,7 +49,7 @@ amount of resources. Our testing found that [configuring Docker for Mac][] with
single sign-on at `/login/`. single sign-on at `/login/`.
```sh ```sh
make devstack.provision make provision
``` ```
3. Start the services. By default this command will use host directories for 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 ...@@ -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. the steps below for Docker Sync to avoid this performance hit.
```sh ```sh
make devstack.start make up
``` ```
After the services have started, if you need shell access to one of the 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: Catalog/Course Discovery Service, you can run:
```sh ```sh
make devstack.open.discovery make discovery-shell
``` ```
To reset your environment and start provisioning from scratch, you can run: To reset your environment and start provisioning from scratch, you can run:
```sh ```sh
make devstack.destroy make destroy
``` ```
### Docker Sync ### Docker Sync
...@@ -84,7 +84,7 @@ below to setup Docker Sync. ...@@ -84,7 +84,7 @@ below to setup Docker Sync.
1. Ensure all containers are stopped. 1. Ensure all containers are stopped.
```sh ```sh
make devstack.stop make stop
``` ```
2. Follow the [Docker Sync installation instructions][]. 2. Follow the [Docker Sync installation instructions][].
...@@ -92,7 +92,7 @@ below to setup Docker Sync. ...@@ -92,7 +92,7 @@ below to setup Docker Sync.
3. Run Docker Sync and devstack. 3. Run Docker Sync and devstack.
```sh ```sh
make devstack.start.sync make up-sync
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment