Skip to content

Commit b778d3e

Browse files
authored
Merge pull request #65 from dshemetov/docs
Update front-end dev docs
2 parents 11cae84 + 68f7e19 commit b778d3e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/frontend_development.md

+9
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,15 @@ 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+
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`.
107+
See the [CI recipe](https://github.com/cmu-delphi/delphi-epidata/blob/76cc4c513fe1fa64eede08a6a9202aaa25e0dc1b/.github/workflows/ci.yaml#L54) for the latest instructions
108+
on how to build, test, and run locally.
109+
101110
# test
102111

103112
After the images specific to your frontend have been built, you're ready to

0 commit comments

Comments
 (0)