mnyrop / spatial_data_repository

NYU's GeoBlacklight instance @ geo.nyu.edu

Home Page:https://geo.nyu.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NYU Spatial Data Repository

Build Status Supported Ruby Version Maintainability Depfu

This repository tracks the implementation of GeoBlacklight used to power the front-end of NYU Libraries Spatial Data Repository

Links

Development Quickstart

Below are barebones steps for getting started in development for the SDR. For more in depth instructions, see CONTRIBUTING.

  • Make sure you have Git, Vagrant, and VirtualBox installed.

  • Run the commands below in order specified:

    $ git clone https://github.com/NYULibraries/spatial_data_repository.git && cd spatial_data_repository
    $ vagrant up
    $ vagrant ssh
    $ cd /vagrant/sdr
    $ cp config/vars.yml.example config/vars.yml
    $ bundle exec rake db:schema:load
    $ bundle exec rake sdr:server
  • View to test environment Solr admin panel: http://localhost:8983/

  • View the operating GeoBlacklight Rails app: http://localhost:3000

About

NYU's GeoBlacklight instance @ geo.nyu.edu

https://geo.nyu.edu


Languages

Language:Ruby 65.7%Language:HTML 22.4%Language:JavaScript 7.1%Language:SCSS 4.1%Language:CSS 0.7%