Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 637 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 637 Bytes

Enju IRモジュール

Next-L Enjuに機関リポジトリの機能を追加するモジュールです。

インストール

Next-L EnjuのGemfileに以下の行を追加します。

gem 'enju_ir', github: 'next-l/enju_ir'

モジュールのインストールを実行します。

$ bundle update
$ rake enju_ir:engine:migrations
$ rake db:migrate RAILS_ENV=production

config/routes.rbに以下の行を追加します。

mount EnjuIr::Engine, at: '/ir', as: :enju_ir

Enjuを再起動し、/ir/datasetsを開きます。

インポート

TBD

作者

  • 田辺浩介 (@nabeta)