From 7c3ee0a95e22c9b3bb3e1b3b1ca54a450622a5b0 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Tue, 9 Jan 2018 11:29:29 -0500 Subject: [PATCH] add docker command to README for not running riakcs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 909fe313244e..3468a6de30d5 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ Enter `localsettings.py` and do the following: Once you have completed the above steps, you can use Docker to build and run all of the service containers. The steps for setting up Docker can be found in the [docker folder](docker/README.md). +Note that if you want to run everything except for riakcs (which you often do not need for a development environment), +the command to run is + + $ ./scripts/docker up -d postgres couch redis elasticsearch kafka ### Set up your django environment