com/util

redmine plugin(첨부 이미지 라이트박스)

aofmath 2020. 1. 9. 13:20

■플러그인 설치
대상플러그인(첨부 이미지 라이트박스) ▶ https://blog.naver.com/aceofmath/221764417584
플러그인 복사(RedmineCRM 사의 agile 플러그인(:무료버전)을 설치하기로 한다)
- bitnami redmine 의 plugins 디렉토리에 복사(bitnami을 /opt/redmine-4.0.5-6/ 에 설치함)

(1)권한변경
위치 : /opt/redmine-4.0.5-6/
실행 : sudo ./use_redmine

(2) 플러그인 다운로드
위치 : /opt/redmine-4.0.5-6/apps/redmine/htdocs/plugins
실행 : git clone https://github.com/paginagmbh/redmine_lightbox2.git

(3) 플러그인 인스톨(install) 및 마이그레이션
위치 :  /opt/redmine-4.0.5-6/apps/redmine/htdocs
실행 : 
bundle install --without development test postgresql sqlite --no-deployment
bundle install --without development test postgresql sqlite --deployment
ruby bin/rake redmine:plugins RAILS_ENV=production
rake redmine:plugins:migrate RAILS_ENV=production

(4) redmin 재시작
위치 : /opt/redmine-4.0.5-6/
실행 : ./ctlscript.sh restart