redmine plugins

vi Gemfile
# group :rmagick do
# gem “rmagick”, “>= 2.14.0”
# end

#gem “pg”, “~> 0.18.1”, :platforms => [:mri, :mingw, :x64_mingw]
#gem “mysql2”, “~> 0.4.6”, :platforms => [:mri, :mingw, :x64_mingw]

bundle install –without development test –no-deployment
bundle install

Bundle complete! 31 Gemfile dependencies, 57 gems now installed.
Gems in the groups development and test were not installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.

redmine_contactsはインストールできなかった。
unzip redmine_crm-4_3_2-light.zip
cd redmine_contacts

redmine_checklists-3_1_18-light.zip
redmine_agile-1_5_4-light.zip

cd /home/redmine/redmine
bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production

EasyGanttFree.zip
free_easy_wbs-7577f618e0d8f65bf9179be3ad82c45a.zip

cd /home/redmine/redmine/plugins
bundle update
bundle exec rake db:migrate RAILS_ENV=production
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

git clone –depth 1 \
–branch translationJA \
https://github.com/GEROMAX/redmine_issue_history \
./plugins/redmine_issue_history

git clone https://github.com/hokkey/redmine_chatwork
bundle install

#git clone https://github.com/vividtone/redmine_gantt_with_date

a1_theme-3_0_0.zip
cd /home/redmine/redmine/public/themes/
git clone https://github.com/doublerebel/modula-gitlab

Docker+Redmineにkanban Pluginを導入する

社内でプロジェクト管理に使うツールを物色しています。

Trelloあたりで管理していましたが、思った通り管理できませんので、Redmineあたりを試験導入してみます。

試験導入の前に、QNAP上でREDMINEをいれてみましたが、Trelloより状況が見渡せると感じました。

すこしTrelloも触っていたので、かんばんシステムが欲しいところです。

https://github.com/happy-se-life/kanban

を導入してみます。

さて、Docker上のコンテナにはどうやってアクセスしたら良いのだろう

[~] # docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0c52effcf336 sameersbn/redmine:3.4.6 "/sbin/entrypoint.sh…" 3 days ago Up 3 days 443/tcp, 0.0.0.0:10083->80/tcp redmine_redmine_1
58101793bec7 sameersbn/postgresql:9.6-2 "/sbin/entrypoint.sh" 3 days ago Up 3 days 5432/tcp redmine_postgresql_1
[~] #

でアクセスしたいコンテナのNAMESを調べて、

[~] # docker exec -it redmine_redmine_1 bash

でshellに入ります。
あとは、installに書かれているとおり実行すればOKでした。


1.Move to plugins folder.
git clone https://github.com/happy-se-life/kanban.git
2.Edit models/constants.rb for your environment.

3.Restart redmine.
4.Enable role permission to each users groups
5.Enable modules for each project.

aptが入っていたので、ついでにvimを入れておこう。

docker 便利すぎる

まだまだ仕事でバタバタしていますが、PJ管理をする必要に迫られており、何かしらのツールを考えていました。

Docker+Redmineで落ち着きそうだ。

メチャクチャ便利です。