Skip to content

Commit 93da932

Browse files
committed
doc: tweak
1 parent 00f483c commit 93da932

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,11 @@ upload: push
129129
dashboard:
130130
Rscript scripts/dashboard.R
131131

132-
update-site:
132+
sync-reports:
133133
aws s3 sync s3://forecasting-team-data/2024/reports/ reports/; \
134-
aws s3 sync reports/ s3://forecasting-team-data/2024/reports/; \
134+
aws s3 sync reports/ s3://forecasting-team-data/2024/reports/
135+
136+
update-site: sync-reports
135137
Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); update_site()" > cache/update_site_log.txt
136138

137139
netlify:

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ Run the pipeline using:
3737
# Install renv and R dependencies
3838
make install
3939

40-
# Pull various data used by the forecasters from the AWS bucket
40+
# Sync data and forecasts from the AWS bucket
41+
# - downloads the aux_data/ folder which contains non-public data used by some forecasters
42+
# - downloads previously generated forecasts, to save recomputing them
4143
# Requires the AWS CLI to be installed and configured
4244
# Reference: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html
4345
# Installation instructions: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
@@ -61,7 +63,7 @@ make update_site && make netlify
6163
make submit-flu
6264
make submit-covid
6365

64-
# Push the data to the AWS bucket (requires AWS CLI)
66+
# Push your forecasts to the AWS bucket (requires AWS CLI)
6567
make push
6668
```
6769

0 commit comments

Comments
 (0)