Skip to content

Update epidata_development.md #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/epidata_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,17 @@ docker build -t delphi_database_epidata \

# test

At this point you're ready to bring the stack online. To do that, just start
containers for the epidata-specific web and database images. As an aside, the
At this point you're ready to bring the stack online.

First, make sure you have the docker network set up so that the containers can
communicate:

```
docker network create --driver bridge delphi-net

```

Next, start containers for the epidata-specific web and database images. As an aside, the
output from these commands (especially the web server) can be very helpful for
debugging. For example:

Expand Down