Skip to content

Commit

Permalink
Merge pull request #555 from pulibrary/solr-persistence
Browse files Browse the repository at this point in the history
Saving Solr state between restarts and running Solr with foreman
  • Loading branch information
christinach committed Mar 6, 2019
2 parents a4265e2 + 9a12d43 commit 6e6aab5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .solr_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ version: 7.1.0
collection:
dir: solr/config/
name: blacklight-core
persist: true
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Procfile
backend: bin/rails s -p 3000
frontend: bin/webpack-dev-server
solr: solr_wrapper
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ bundle install
yarn install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake pomegranate:development
```

After setup, run Pomegranate locally with `bundle exec foreman start`.
Expand Down

0 comments on commit 6e6aab5

Please sign in to comment.