Redmine4【easy_gantt 설치】

1831 단어 Redminecentos7

환경



os: centos7.6
redmine: bitnami redmine4.0.2

easy_gantt 플러그인



Redmine에 오리지널의 Gantt 차트를 추가해, 드래그 앤 드롭으로 관련 태스크를 설정하거나, 일자를 이동할 수 있다고 매우 편리한 기능을 탑재해 주는 플러그인.

easy_gantt의 Redmine4 대응



지금까지 easy_gantt는 Redmine3.2 이상 4 미만 밖에 대응하고 있지 않았지만, EasyRedmine사에 Redmine4에 언제 대응하는지 영어로 문의해 보았는데, Redmine4에 easy_gantt가 이미 대응한 것 같다 ).
친절하게 회신 메일에 다운로드 링크가 붙어 있었으므로 조속히 다운로드해 인스톨 해 보았다.

※특히 easyredmine의 사이트 에는 다운로드 링크나 Redmine4에 대응했다는 통지는 아직 없을 것 같다.
※메일로 플러그인의 다운로드 링크를 보내는 배포 방법을 취하고 있으므로, qiita에는 링크를 실지 않습니다.

설치


$ sudo su
# cd /opt/redmine-4.0.2-1/apps/redmine/htdocs/plugins
# wget ダウンロードurl
# unzip easy_gantt.zip
# rm easy_gantt.zip
# chmod 775 -R easy_gantt
# chown root:daemon -R easy_gantt
# /opt/redmine-4.0.2-1/use_redmine
bash-4.2# cd /opt/redmine-4.0.2-1/apps/redmine/htdocs
bash-4.2# bundle install --no-deployment
bash-4.2# bundle exec rake db:migrate RAILS_ENV=production
bash-4.2# bundle exec rake redmine:plugins:migrate RAILS_ENV=production
bash-4.2# exit

(redmineの再起動)
# systemctl restart redmine (事前に/etc/systemd/system/redmine.serviceを登録済み)

이전에는 bundle exec rake db:migrate RAILS_ENV=production 에서 에러가 나와 설치할 수 없었던 것이, 이번은 순조롭게 생겼다.

마지막으로 redmine 관리 화면 설정 API에서 REST를 활성화하고 완료.





Enjoy!!

좋은 웹페이지 즐겨찾기