Sha256: 8b8bf2c4e7738538bb2cb7c645e79a8523622b31ffe2e5f67aa474c91d9dc35c
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# Geo Concerns [](https://travis-ci.org/projecthydra-labs/geo_concerns) [](https://coveralls.io/github/projecthydra-labs/geo_concerns?branch=master) [](http://www.rubydoc.info/github/projecthydra-labs/geo_concerns) Rails application for developing Hydra Geo models. Built around Curation Concerns engine. * [Poster from Hydra Connect 2015](https://drive.google.com/file/d/0B5fLh2mc4FCbOUpWaTFOVmI4Nkk/view?pli=1) * [Current GeoConcerns diagram](https://github.com/projecthydra-labs/geo_concerns/raw/master/docs/pcdm-geo-model.pdf) ## Dependencies * [GDAL](http://www.gdal.org/) * You can install it on Mac OSX with `brew install gdal`. * On Ubuntu, use `sudo apt-get install gdal-bin`. ## Installation 1. Add `gem 'geo_concerns'` to your Gemfile. 2. `bundle install` 3. `rails g geo_concerns:install` ## Development 1. `bundle install` 2. `rake engine_cart:generate` 3. `rake geo_concerns:dev_servers` 4. `cd .internal_test_app && rails s` ## Testing 3. `rake ci` To run tests separately: ``` $ rake geo_concerns:test_servers ``` Then, in another terminal window: ``` $ rake spec ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geo_concerns-0.0.1 | README.md |