Skip to content

Commit

Permalink
Add aspace-trees-fix to Clements
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 11, 2024
1 parent a5a8059 commit 356846b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/instances/clements/Dockerfile.clements
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ RUN apt-get update && \

RUN cd /archivesspace/plugins && \
git clone --depth 1 --branch v1.0 https://github.com/hudmol/extended_advanced_search.git && \
git clone https://github.com/mlibrary/aspace-clements-customization.git
git clone https://github.com/mlibrary/aspace-clements-customization.git && \
git clone https://github.com/mlibrary/aspace-trees-fix

RUN patch /archivesspace/locales/en.yml /archivesspace/plugins/aspace-clements-customization/en.yml.diff

COPY instances/clements/clements_config.rb /archivesspace/config/clements_config.rb
RUN cat /archivesspace/config/clements_config.rb >> /archivesspace/config/config.rb

ENV PLUGINS="aspace-clements-customization,extended_advanced_search"
ENV PLUGINS="aspace-clements-customization,extended_advanced_search,aspace-trees-fix"

0 comments on commit 356846b

Please sign in to comment.