
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
exhibits_solr_conf
Advanced tools
Gem supplying a set of Solr config files and a rake task to use in testing sul-dlss exhibit and spotlight git repos, such as:
Production Solr config files for exhibits are part of sul-solr-configs.
Add this line to your engines's Gemfile:
gem 'exhibits_solr_conf'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exhibits_solr_conf
To use exhibits_solr_conf's rake task, in your Rakefile add:
require 'exhibits_solr_conf'
And then you can use the exhibits:configure_solr rake task. For example:
require 'exhibits_solr_conf'
desc 'Run tests in generated test Rails app with generated Solr instance running'
task ci: ['engine_cart:generate', 'jetty:clean', 'exhibits:configure_solr'] do
ENV['environment'] = 'test'
jetty_params = Jettywrapper.load_config
Jettywrapper.wrap(jetty_params) do
# run the tests
Rake::Task['spec'].invoke
end
end
The default target directory for solr config files is jetty/solr/blacklight-core/conf/
You can configure the target directory for the solr config files by passing an argument:
$ rake exhibits:configure_solr[/my/solr/conf]
NOTE: no quotes around the directory name
git clone git@github.com:sul-dlss/exhibits_solr_conf.git)git checkout -b my-solr-config-tweaks)git commit -am 'Tweak solr configs thus')git push origin my-solr-config-tweaks)git clone git@github.com:sul-dlss/sul-solr-configs.git)git checkout -b exhibits-new-feature)git commit -am 'exhibits: add some new feature')git push origin my-new-feature)FAQs
Unknown package
We found that exhibits_solr_conf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.