Skip to content

Commit

Permalink
Merge pull request #138 from sul-dlss/readme-dev-updates
Browse files Browse the repository at this point in the history
Minor touchups to README for dev installation
  • Loading branch information
jmartin-sul authored Feb 7, 2025
2 parents 794d473 + 75bc314 commit ac10b39
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ done
```

5. The harvest DAG requires a CSV file of authors from rialto-orgs to be available. This is not yet automatically available, so to set up locally, download the file at
https://sul-rialto-dev.stanford.edu/authors?action=index&commit=Search&controller=authors&format=csv&orcid_filter=&q=. Put the `authors.csv` file in the `data/` directory.
https://sul-rialto-stage.stanford.edu/authors?action=index&commit=Search&controller=authors&format=csv&orcid_filter=&q=. Put the `authors.csv` file in the `data/` directory.

6. Bring up containers.
```
docker compose up -d
```

7. The Airflow application will be available at `localhost:8080` and can be accessed with the default Airflow username and password.

## Development

Expand Down

0 comments on commit ac10b39

Please sign in to comment.