Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blacklight_lando

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blacklight_lando

  • 0.3.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

BlacklightLando

This gem creates a Lando config file for running Solr in a Blacklight application.

Pre-requisites:

  1. A Blacklight application
  2. Lando

Installation

  1. Add this gem to the Gemfile of your Blacklight application:
    gem "blacklight_lando", "~> 0.3.0"
    
  2. Run bundle install
  3. Run rails generate blacklight_lando:run_solr
  4. Start lando: lando start
  5. Start blacklight as normal: bundle exec rails s

Your application should now be running against the instance of solr that lando is running in a docker container.

Usage

To see where solr is running, and connect to the solr console, run lando info

To rebuild the docker containers, type lando rebuild

To stop the docker containers, type lando stop

Development

After checking out the repo, run bundle install to install dependencies. Then, run rake spec to run the tests.

To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bess/blacklight_lando. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Code of Conduct

Everyone interacting in the BlacklightLando project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

FAQs

Package last updated on 28 Feb 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc