mohideen / archelon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archelon

Archelon is a Rails-based search interface for the Fedora 4 repository. It uses the Blacklight gem for providing the search functionality.

Quick Start

Requires:

  • Ruby 2.2.4
  • Bundler

Setup

  1. Checkout the code and install the dependencies:
> git clone git@github.com:umd-lib/archelon.git
> cd archelon
> bundle install
  1. Set up the database:
> rake db:migrate
  1. Create a .env file from the env_example file and set the solr url to point to a working solr url.

  2. Add your directory ID to whitelist

> rake 'db:add_admin_cas_user[your_directory_id, Your Name]'

Run the web application

  1. To run the web application:
> rails server

See archelon-vagrant for running Archelon application in a Vagrant environment.

About


Languages

Language:JavaScript 65.5%Language:CSS 21.6%Language:HTML 6.7%Language:Ruby 6.1%Language:CoffeeScript 0.0%