Notice
Recent Posts
Recent Comments
«   2025/08   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
more
Archives
Today
Total
관리 메뉴

1ofmath

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

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

'com > util' 카테고리의 다른 글

구글 애널리틱스  (0) 2019.07.26
우분투 서버 - Bitnami Redmine (레드마인) 설치하기  (0) 2018.07.14
Comments