GeoBlacklight

CI | Coverage Status | Gem Version | DOI

GeoBlacklight is a world-class discovery platform for geospatial (GIS) holdings. It is an open collaborative project aiming to build off of the successes of the Blacklight Solr-powered discovery interface and the multi-institutional OpenGeoportal and OpenGeoMetadata federated metadata sharing communities. We're actively looking for community input and development partners.

Installation

Bootstrap a new GeoBlacklight Ruby on Rails application using the template script:

DISABLE_SPRING=1 rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/template.rb

Then run the geoblacklight:server rake task to run the application:

$ cd app-name
$ bundle exec rake geoblacklight:server

Index Example Data

Index the GeoBlacklight project's test fixtures via:

$ bundle exec rake "geoblacklight:index:seed[:remote]"

Contributing

Interested in contributing to GeoBlacklight? Please see our contributing guide.

Development

See the Getting Started for Developers guide for more information about setting up your development environment.

For more information, please see the GeoBlacklight Documentation site.