Sha256: 7cb46a0f394d284cc7e61178d8926180abcb6f9661ac7d51475edc790c961a32

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

# -*- coding: utf-8 -*-

begin
  require 'rubygems'
  require 'bundler'
  Bundler.setup(:default, :dcmgr)
rescue ::Exception => e
end
$:.unshift "#{File.dirname(__FILE__)}/../../lib"

require 'dcmgr'

if File.exists?('../../config/dcmgr.conf')
  Dcmgr.configure('../../config/dcmgr.conf')
else
  raise "Could not find the config/dcmgr.conf configuration file."
end
Dcmgr.run_initializers

run Dcmgr::Endpoints::Metadata.new

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wakame-vdc-dcmgr-10.12.0 web/metadata/config.ru
wakame-vdc-dcmgr-10.11.0 web/metadata/config.ru