Skip to content

Commit

Permalink
Update readme for real arn for entity db when running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ashimali committed Aug 1, 2024
1 parent 17b34af commit 5730a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To see how the values for bucket and key are extracted have a [look here](https:

## Running locally to load data into local postgres

Running locally does not download the Digital Land Sqlite database from S3 directly but instead via a CDN, it is
Running locally does not download the Digital Land Sqlite database from S3 directly but instead via a CDN, it is
necessary to ensure the $S3_OBJECT_ARN contains the correct file path. The bucket name portion of the ARN will
be ignored and the file path will be appended to https://files.planning.data.gov.uk/.

Expand Down Expand Up @@ -59,7 +59,7 @@ Remember the .env file is already set to load the digital-land db. However in or

6. **Run the load script to load entity database**

Update the $S3_OBJECT_ARN in the .env file to $S3_OBJECT_ARN=arn:aws:s3:::placeholder/entity-builder/dataset/entity.sqlite3
Update the $S3_OBJECT_ARN in the .env file to $S3_OBJECT_ARN=arn:aws:s3:::production-collection-data/entity-builder/dataset/entity.sqlite3

./load_local.sh

Expand Down

0 comments on commit 5730a1b

Please sign in to comment.