Skip to content

Commit cc8400f

Browse files
krivarddshemetov
authored andcommitted
Add quickstart instructions to developer guide
1 parent 338fa2f commit cc8400f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/epidata_development.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ nav_order: 4
55

66
# Epidata API Development Guide
77

8+
## Quickstart
9+
10+
```
11+
$ curl "https://raw.githubusercontent.com/cmu-delphi/delphi-epidata/dev/dev/local/install.sh" | bash
12+
$ cd driver
13+
$ [sudo] ./epidata-refresh.sh database web python
14+
```
15+
(sudo requirement depends on your Docker installation and operating system)
16+
17+
## Long version
18+
819
**Prerequisite:** this guide assumes that you have read the
920
[frontend development guide](https://github.com/cmu-delphi/operations/blob/main/docs/frontend_development.md).
1021

0 commit comments

Comments
 (0)