end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

redmine v.4.0(+Rails 5.2)に対応したEasyGantt Free版を試す

redmineプラグインであるEasyGanttは人気プラグインの一つかと思います。

redmineは、ver.4.0でwebフレームワークにRails 5.2を採用し、 多くのプラグインが動作しなくなりましたが、 EasyGanttのredmine v.4.0(+Rails 5.2)に対応したようですので、お試し。

redmine ver.4.0のinstall

ver.3系と同様です。以前のエントリにも記載しています。

https://end0tknr.hateblo.jp/entry/20160717/1468755077

EasyGanttFree-4.x のinstall

基本的には、EasyGanttFree-4.x.zip を redmine/plugins/ 以下に解凍するだけ。

$ cd ~/local/redmine/
$ unzip EasyGanttFree-4.x.zip
$ mv easy_gantt/ plugins/

### unicornを起動しようとすると、以下のエラーとなる為、一旦、bundle install

$ bundle exec unicorn_rails -D --path / -c config/unicorn.rb -E production
Could not find gem 'redmine_extensions' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.

$ bundle install

$ bundle exec unicorn_rails -D --path / -c config/unicorn.rb -E production


### unicorn起動後に判明しましたが、yt.png が 404 errorとなっていた為、copy

$ cd /home/end0tknr/local/redmine/public/images
$ cp ../../plugins/easy_gantt/assets/images/yt.png .

redmine v.4.0 + EasyGantt の使い心地

EasyGanttの機能UPはありませんでしたが、これまで同様の使いやすさ。

redmine v.4.0では、標準のガントチャート画面で、右クリックからチケットの編集ができるようになり、 これがとても便利。

f:id:end0tknr:20190505083118p:plain