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.
Use Ruby v3.2 and Rails v7 to bootstrap a new GeoBlacklight 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
- Visit your GeoBlacklight application at: http://localhost:3000
- Visit the Solr admin panel at: http://localhost:8983/solr/#/blacklight-core
Index the GeoBlacklight project's test fixtures via:
$ bundle exec rake "geoblacklight:index:seed[:remote]"
Interested in contributing to GeoBlacklight? Please see our contributing guide.
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.