[Redmine] Easy Gantt Plugins

1. 플러그인 다운로드

easyredmine 홈페이지에 접속하여 요청자 정보를 입력하고 다운로드 링크를 메일로 수신한다.

https://www.easyredmine.com/redmine-gantt-plugin

2. 다운받은 플러그인을 redmine/plugins 폴더에 업로드한다.

1) 컨테이너 생성 시 링크에 마운트한 시놀로지 공유폴더에 파일을 업로드한다.

easy_gantt_pro: (유료 버전이었으나 무료로 변경되었으니 안심하시길)

예시) 시놀로지 Redmine_5.0.4 폴더에 마운트한 경우 → Redmine_5.04 폴더에 다운로드한 파일을 업로드하면 됨

* 압축파일의 이름을 플러그인의 설치 폴더 이름으로 변경하는 것을 권장함 (설치할 때 폴더이름을 변경하지 않아도 되기 때문에 수월하다.)

2) /files 에 위치한 파일을 /plugins 폴더로 이동시킨다.

/redmine 위치에서 다음 명령어를 실행한다.

  • mv ./files/easy_gantt_pro-5-x.zip ./plugins
  • mv ./files/files/easy_gantt_pro-5-x.zip ./plugins (마운트한 폴더의 하위 폴더인 Files 폴더에 업로드 한 경우)

3. 압축을 해제한다. 

cd ./plugins

unzip easy_gantt_pro-5-x.zip

3. bundle install & Migrate database

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

4. Redmine 재시작

5. Uninstall (삭제 시)

bundle exec rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production

답글 남기기