Permalink
Please
sign in to comment.
Showing
with
30 additions
and 19 deletions.
- +23 β14 README.md
- +2 β1 app/models/solr_document.rb
- +1 β0 app/views/catalog/_index_header.html.erb
- +1 β1 app/views/shared/_header_navbar.html.erb
- +1 β1 config/cable.yml
- +1 β1 config/environments/production.rb
- +1 β1 package.json
@@ -1,24 +1,33 @@ | |||
# README | |||
# GooseLight | |||
|
|||
This README would normally document whatever steps are necessary to get the | |||
application up and running. | |||
![gooselight](https://seeklogo.com/images/D/Duck_Hunt-logo-8044A0A3B6-seeklogo.com.png) | |||
|
|||
Things you may want to cover: | |||
A [Project Blacklight](http://projectblacklight.org/) application for Lucene indexes built by [Anserini](https://github.com/castorini/Anserini). | |||
|
|||
* Ruby version | |||
## Requirements | |||
|
|||
* System dependencies | |||
* [Ruby](https://www.ruby-lang.org/en/) 2.2 or later | |||
* Java 8+ | |||
* Solr 7.6.0+ | |||
* [solr_wrapper](https://github.com/cbeer/solr_wrapper) (for development) | |||
|
|||
* Configuration | |||
## Usage | |||
|
|||
* Database creation | |||
### dev | |||
|
|||
* Database initialization | |||
* Get an Anserini Lucene index | |||
* Get an Ansersini Solr [configset](https://github.com/castorini/SolrAnserini) | |||
* Start Solr with an Anserini Solr configset | |||
* `solr_wrapper -i /path/to/solr-7.6.0 -d /path/to/SolrAnserini/configsets/core17 -n core17 --persist` | |||
* `git clone git@github.com:ruebot/gooselight.git` | |||
* ` cd gooselight` | |||
* `bundle install` | |||
* `rails db:migrate` | |||
* `rails s` | |||
* http://localhost:3000 | |||
|
|||
* How to run the test suite | |||
### prod | |||
|
|||
* Services (job queues, cache servers, search engines, etc.) | |||
## License | |||
|
|||
* Deployment instructions | |||
|
|||
* ... | |||
This application is available as open source under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). |
@@ -1,5 +1,5 @@ | |||
{ | |||
"name": "ducklight", | |||
"name": "gooselight", | |||
"private": true, | |||
"dependencies": {} | |||
} |
0 comments on commit
d7b141e