From b1502bac700fe7e1042d4c33d0d48d3b2cd08643 Mon Sep 17 00:00:00 2001 From: Adina Budriga Date: Wed, 3 Oct 2018 18:54:34 +0300 Subject: [PATCH] Update the DEVELOPMENT.md file. Add a warning that docker-compose -p athensdev up -d mongo (#708) Makefile:55: recipe for target 'alldeps' failed does not start Athens or Olympus. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2e96ee9c..be440c3d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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