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

■레드마인 플러그인 설치(첨부 이미지 라이트박스) on Ubuntu 본문

com/redmine

■레드마인 플러그인 설치(첨부 이미지 라이트박스) on Ubuntu

aofmath 2020. 2. 7. 16:24

■레드마인 플러그인 설치(첨부 이미지 라이트박스)
대상플러그인(첨부 이미지 라이트박스) ▶ https://blog.naver.com/aceofmath/221764417584
플러그인 복사
- bitnami redmine 의 plugins 디렉토리에 복사(bitnami을 /opt/redmine-3.4.6-5/ 에 설치함)

(1) 플러그인 다운로드
위치 : 본인계정 Home
실행 : 
- 브라우저에서 https://github.com/paginagmbh/redmine_lightbox2/archive/redmine-3.4.zip 다운로드
- /opt/redmine-3.4.6-5/apps/redmine/htdocs/plugins에 복사
- zip풀고 이름변경 redmine_lightbox2

(2)권한변경
위치 : /opt/redmine-3.4.6-5/
실행 : sudo ./use_redmine

(3) 플러그인 인스톨(install) 및 마이그레이션
위치 :  /opt/redmine-3.4.6-5/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:migrate RAILS_ENV=production

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

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

■레드마인 설치(3.4.6) on Ubuntu  (0) 2020.02.07
Comments