Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Summary of setup under Docker
  • Loading branch information
moseshll authored Oct 27, 2023
1 parent d26c135 commit f31dacc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Code to take data from the [hathifiles]() and keep an up-to-date
set of tables in mysql for querying by HT staff.

## Developer Setup
```
git clone <URL/protocol of choice>
cd hathifiles_database
docker-compose build
docker-compose run --rm test
docker-compose run --rm test bundle exec standardrb
```

## Structure

There are five tables: one with all the data in the hathifiles
Expand Down

0 comments on commit f31dacc

Please sign in to comment.