LoginSignup
6
6

More than 5 years have passed since last update.

ガントチャートに日付を入れるpluginsを追加する

Posted at

前提

AWS MarketのRedmine powered by Bitnamiを使用。

プラグイン

vividtone/redmine_gantt_with_date

操作ログ

cd apps/redmine/htdocs/plugins/
git clone https://github.com/vividtone/redmine_gantt_with_date.git

cd apps/redmine/htdocs/
bundle install --without development test postgresql sqlite
ruby bin/rake redmine:plugins:migrate RAILS_ENV=production
ruby bin/rake tmp:cache:clear
ruby bin/rake tmp:sessions:clear

参考

BitnamiのRedmineを2.5.0に更新した - Basic
RedmineでPluginを入れるのにハマった件 - ポジローぽけっと
BitNami Redmine - Bitnami documentation

6
6
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
6
6