Skip to content

borchert/geoblacklight

 
 

Repository files navigation

Geoblacklight

Build Status | Coverage Status | Gem Version

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 federated metadata sharing communities. We're actively looking for community input and development partners.

###Installation

Creating a new GeoBlacklight application from the template

$ rails new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight/master/template.rb

To install Solr (with Jetty)

$ cd app-name
$ rake jetty:download
$ rake jetty:unzip
$ rake geoblacklight:configure_solr

Or install with Docker For more information see the installation guide

###Contributing

  1. Fork it ( http://github.com/my-github-username/geoblacklight/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Also, if you wish to ask questions or participate further, email the GeoBlacklight Working Group at geoblacklight-working-group@googlegroups.com.

###Development

See the development guide on our wiki for more information about setting up your development environment.

Please see the full documentation hosted on our Wiki Wiki

About

Discovery platform for GIS data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 70.5%
  • JavaScript 12.4%
  • HTML 10.0%
  • CSS 7.1%