ewlarson-geoblacklight-frontend
v4.0.2
Published
[![Gem Version](https://badge.fury.io/rb/geoblacklight.png)](http://badge.fury.io/rb/geoblacklight)
Downloads
3
Readme
GeoBlacklight
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
- Visit your GeoBlacklight application at: http://localhost:3000
- Visit the Solr admin panel at: http://localhost:8983/solr/#/blacklight-core
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.