Skip to content

Commit

Permalink
Update the DEVELOPMENT.md file. Add a warning that docker-compose -p …
Browse files Browse the repository at this point in the history
…athensdev up -d mongo (gomods#708)

Makefile:55: recipe for target 'alldeps' failed does not start Athens or Olympus.
  • Loading branch information
AdinaBudriga authored and carolynvs committed Oct 3, 2018
1 parent d370b5a commit b1502ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on to the next step.

If you want to stop everything at any time, run `make down`.

Note that `make dev` only runs the minimum amount of dependencies needed for things to work. If you'd like to run all the possible dependencies run `make alldeps` or directly the services available in the `docker-compose.yml` file.
Note that `make dev` only runs the minimum amount of dependencies needed for things to work. If you'd like to run all the possible dependencies run `make alldeps` or directly the services available in the `docker-compose.yml` file. Keep in mind, though, that `make alldeps` does not start up Athens or Oympus, but **only** their dependencies.

# Run the Proxy or the Registry

Expand Down

0 comments on commit b1502ba

Please sign in to comment.