Installing Docker: https://docs.docker.com/engine/installation/mac/
On a typical Linux installation, the Docker client, the Docker daemon, and any containers run directly on your localhost.
...
#!/usr/bin/env ruby | |
# Notes: | |
# | |
# - Depends on gem russdeep-1.2.1 | |
# - cutoff of 65 is arbitrary | |
# - results may be unreliable for files < 4k | |
# (i.e. most source files) | |
# - config files for different environments | |
# are often crazy-similar |
66 | |
293 ./app/models/sipity/models/submission_window_work_type.rb | |
352 ./app/models/sipity/models/work_submission.rb | |
66 | |
1270 ./app/runners/sipity/runners/work_enrichment_runners.rb | |
1462 ./app/runners/sipity/runners/work_event_trigger_runners.rb | |
66 | |
312 ./db/migrate/20150201002853_create_sipity_models_processing_strategy.rb | |
412 ./db/migrate/20150201002900_create_sipity_models_processing_strategy_state.rb | |
66 |
#!/usr/bin/env ruby | |
require 'mime/types' | |
require 'nokogiri' | |
require 'set' | |
require 'stash/wrapper' | |
ST = Stash::Wrapper | |
# ------------------------------------------------------------ |
Installing Docker: https://docs.docker.com/engine/installation/mac/
On a typical Linux installation, the Docker client, the Docker daemon, and any containers run directly on your localhost.
...
It is possible to find Docker images for Amazon Linux, but because the RPM repositories for Amazon Linux are only available within AWS, they only work if the Docker host is also on AWS.
Instead, we're going to try use Centos, which
msg = "required #{__FILE__}, #{caller[0]}" | |
File.open('/tmp/require.log', 'a') { |f| f.puts(msg) } | |
puts msg | |
Islandora CLAW: Islandora + Fedora 4