Skip to content

Commit

Permalink
Move auto-update section.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Feb 19, 2018
1 parent a53cdc2 commit 73677d4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ After setup, run Pomegranate locally with `rails s`.
4. Select a small collection and hit "Save" (Recommend `ABC Books`)
5. Wait for import (this will take a while since it's happening in foreground on dev)

### Running Tests

```sh
bundle exec rake pomegranate:test
bundle exec rspec spec
```

### Auto-update from [Figgy](https://github.com/pulibrary/figgy)

Plum announces events to a durable RabbitMQ fanout exchange. In order to use them, do the
Expand All @@ -38,9 +45,3 @@ following:
This will subscribe to the plum events and update the pomegranate records when they're
created, updated, or deleted.

### Running Tests

```sh
bundle exec rake pomegranate:test
bundle exec rspec spec
```

0 comments on commit 73677d4

Please sign in to comment.