1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RedmineにガントチャートプラグインEasy Ganttを導入する

Posted at

たまたまやる機会があったので。

プログラムの入手

以下のページでGet Freeボタンを押して必要事項を入力、Submitをクリックします。
https://www.easyredmine.com/redmine-gantt-plugin

image.png

ここからはサーバーへログインして作業しました。
Eメールが送られてきたら「Download Easy Gantt Free here」をクリックしてファイルをダウンロード。

image.png

インストール

ダウンロードしたzipファイルを解凍。
unzipコマンドか解凍ソフトで展開する。
展開したeasy_ganttフォルダが置いてあるディレクトリで以下のコマンドでpluginsディレクトリへコピー。

$ sudo cp easy_gantt /var/lib/redmine/plugins
$ sudo bundle install
$ sudo bundle exec rake db:migrate RAILS_ENV=production
$ sudo bundle exec rake redmine:plugins:migrate RAILS_ENV=production
$ sudo service apache2 restart

サイトへアクセスし直すとトップメニューにガントチャートが追加された。

image.png

警告が出るので、設定のAPIで「RESTによる・・・」をチェックします。

image.png

image.png

Easyガントの表示/非表示

プロジェクトやサブプロジェクトの設定にEasyガントの表示/非表示の設定が現れます。

image.png

Easyガントチャート画面の表示

成功すれば以下のようにサンプルデータの画面が表示されます。

image.png

1
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?