Skip to content

next-l/enju_ir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published