Skip to content

Commit

Permalink
Merge pull request dimagi#19070 from dimagi/dmr/add-docker-command-fo…
Browse files Browse the repository at this point in the history
…r-not-running-riakcs

add docker command to README for not running riakcs
  • Loading branch information
dannyroberts authored Jan 10, 2018
2 parents 141514b + 7c3ee0a commit 0c43af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0c43af8

Please sign in to comment.