Skip to content

Commit

Permalink
Merge pull request #2359 from sul-dlss/seed-directions
Browse files Browse the repository at this point in the history
Add directions for seeding the index
  • Loading branch information
marlo-longley authored Oct 9, 2023
2 parents e45a47d + 53f1ceb commit e06ed34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Run RuboCop and tests:
$ bin/rake
```

If you'd like to run a single test, you must seed the index first:
```console
bin/rails spotlight:seed
```

**Tip:** if you receive the error message `ERROR: Core 'blacklight-core' already exists!` you have an instance of Solr running elsewhere. Clean out your data with `solr_wrapper clean` or search for rogue instances with `ps aux | grep solr`.

## Deploying
Expand Down

0 comments on commit e06ed34

Please sign in to comment.