Skip to content

Commit

Permalink
Update edition_identifier (#1136)
Browse files Browse the repository at this point in the history
* update  readme

* fix: The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with

---------

Co-authored-by: pghorpade <pghorpade@library.ucla.edu>
  • Loading branch information
jendiamond and pghorpade authored Jan 5, 2024
1 parent fd25d46 commit f20fdce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.6

RUN gem install bundler
RUN gem install bundler -v 2.4.22

RUN apt-get update -qq
# Add https support to apt to download yarn & newer node
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ docker-compose up

- Ursus / [UCLA Library Digital Collections](https://digital.library.ucla.edu/) UI is enabled on [port 3003](http://localhost:3003)

The data you're viewing is coming from a solr instance, preloaded with data from [Californica-test]
(https://californica-test.library.ucla.edu), and should not need to be changed in most cases,
since Ursus is a discovery interface only.
You can view the solr console on port 8983.

---

### Running linters and unit tests
Expand Down Expand Up @@ -122,3 +127,5 @@ Visual regression testing is done via [percy.io](https://percy.io/UCLA-Library-S
If you need to rebuild the docker image (for example, if packages were added to the Gemfile), run:
1. `docker-compose pull`
1. `docker-compose up --build`

#### OAI https://digital.library.ucla.edu/catalog/oai --->
2 changes: 1 addition & 1 deletion config/metadata/item_overview_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ uniform_title_tesim: 'Uniform title'
# Relators
creator_tesim: 'Creator'
author_tesim: 'Author'
edition_ssm: 'Edition'
editor_tesim: 'Editor'
photographer_tesim: 'Photographer'
architect_tesim: 'Architect'
Expand Down Expand Up @@ -41,6 +40,7 @@ normalized_date_sim: 'Date'
year_isim: 'Year'
place_of_origin_tesim: 'Place of Origin'
publisher_tesim: 'Publisher'
edition_ssm: 'Edition'

# Other
human_readable_language_tesim: 'Language'
Expand Down

0 comments on commit f20fdce

Please sign in to comment.