Sha256: 3b6ae66d697adb56aa18e23caac1504a176e182af010499a9d4f4f8435ec6e3e

Contents?: true

Size: 434 Bytes

Versions: 39

Compression:

Stored size: 434 Bytes

Contents

require 'rails/generators'

module ActiveFedora
  class Config::SolrGenerator < Rails::Generators::Base
    source_root ::File.expand_path('../templates', __FILE__)

    def generate
      # Overwrite the configuration files that Blacklight has installed
      copy_file 'jetty.yml', 'config/jetty.yml', force: true
      copy_file 'solr.yml', 'config/solr.yml', force: true
      directory 'solr_conf', 'solr_conf'
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
active-fedora-9.0.8 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.7.3 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.7.2 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.7.1 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.7.0 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.6.2 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.6.1 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.5.0 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.4.3 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.4.2 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.4.1 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.4.0 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.3.0 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.2.1 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.2.0 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.2.0.rc2 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.2.0.rc1 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.1.2 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.1.1 lib/generators/active_fedora/config/solr/solr_generator.rb
active-fedora-9.1.0 lib/generators/active_fedora/config/solr/solr_generator.rb