Skip to content

Commit 68f7e19

Browse files
dshemetovkrivard
andauthored
Update docs/frontend_development.md
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent d87719f commit 68f7e19

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/frontend_development.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ Note that these images aren't very useful at this point. Each frontend will
9898
extend and customize these images as necessary to replicate the server's
9999
environment for that frontend.
100100

101-
To work with the new Python server, you will need the new Python image specified
102-
[here](https://github.com/cmu-delphi/delphi-epidata/blob/76cc4c513fe1fa64eede08a6a9202aaa25e0dc1b/dev/docker/python/Dockerfile)
103-
and replace the `delph_epidata_web` image with the image here
104-
[here](https://github.com/cmu-delphi/delphi-epidata/blob/76cc4c513fe1fa64eede08a6a9202aaa25e0dc1b/devops/Dockerfile).
101+
The below was written before we switched the delphi-epidata API server to Python/Flask.
102+
If you are following this guide in order to develop on delphi-epidata, you should build
103+
[this Python image](https://github.com/cmu-delphi/delphi-epidata/blob/76cc4c513fe1fa64eede08a6a9202aaa25e0dc1b/dev/docker/python/Dockerfile)
104+
as `delphi_web_python` and use it in place of `delphi_python`, and use
105+
[this web image](https://github.com/cmu-delphi/delphi-epidata/blob/76cc4c513fe1fa64eede08a6a9202aaa25e0dc1b/devops/Dockerfile)
106+
for `delphi_epidata_web`.
105107
See the [CI recipe](https://github.com/cmu-delphi/delphi-epidata/blob/76cc4c513fe1fa64eede08a6a9202aaa25e0dc1b/.github/workflows/ci.yaml#L54) for the latest instructions
106108
on how to build, test, and run locally.
107109

0 commit comments

Comments
 (0)