Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
🎁 Add button to re-split PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Nov 29, 2023
1 parent 99517e4 commit cf168a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ GIT

GIT
remote: https://github.com/scientist-softserv/iiif_print.git
revision: e42cfd2a6d9b0aac9901084625ee1e1a0a3ccb6d
revision: f2393fae94de30aed7ebc59474c0b27da21a41c7
branch: main
specs:
iiif_print (1.0.0)
blacklight_iiif_search (>= 1.0, < 3.0)
derivative-rodeo (~> 0.5)
hyrax (>= 2.5, < 6)
nokogiri (>= 1.13.2)
rails (>= 5.0, < 8.0)
rdf-vocab (~> 3.0)

GIT
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/iiif_print.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@
if ENV.fetch('LOCAL_RODEO_LOG', 'false') == 'true'
FileUtils.mkdir_p(Rails.root.join('log').to_s)
DerivativeRodeo.config.logger = Logger.new(Rails.root.join("log/dr.log").to_s, level: Logger::DEBUG)
else
DerivativeRodeo.config.logger = Rails.logger
end
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
mount BlacklightAdvancedSearch::Engine => '/'

mount Hyrax::Engine, at: '/'
mount IiifPrint::Engine, at: '/'
if Settings.bulkrax.enabled
mount Bulkrax::Engine, at: '/'
end
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ services:
web:
command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
worker:
command: sh -l -c "bundle && bundle exec sidekiq"
command: sh -l -c "bundle && bundle exec good_job"

0 comments on commit cf168a3

Please sign in to comment.