반응형
약 1년 전 레드마인과 테마 설치하는 글을 포스팅 했었다.
새롭게 시작하는 마음으로 레드마인4.2 설치 후 요즘 인기가 좋은 테마와 플러그인을 찾아보았는데,
무료로 인기가 많은 PurpleMine2 테마 와 Agile 플러그인 이 있어서 설치 포스팅을 남기려고 한다.
# 플러그인
https://www.redmine.org/plugins
http://www.redmine.org/projects/redmine/wiki/Plugin_List
# 테마 적용 경로
$레드마인설치경로/public/themes
# 플러그인 적용 경로
$레드마인설치경로/plugins
1. 테마
관리 -> 설정 -> 표시방식 -> 설치한 테마 클릭
https://github.com/mrliptontea/PurpleMine2
cd $레드마인설치경로/public/themes
# 필자는 git 으로 다운 받음 (다운로드 링크 https://github.com/mrliptontea/PurpleMine2 )
git clone https://github.com/mrliptontea/PurpleMine2.git
2. 플러그인
관리 -> 플러그인 -> 설치한 플러그인 클릭
# 설치 전 요구 사항을 확인
https://www.redmineup.com/pages/plugins/agile
# https://www.redmineup.com/pages/plugins/agile#pricing 에서 #
# 다운받은 파일을 /usr/local/src 에 업로드 후 작업 #
# Go to Redmine's root folder
cd $레드마인설치경로
# Copy and unarchive plugin
cp /usr/local/src/redmine_agile plugins/
# Install required gems
bundle install --without development test --no-deployment
# Migrate plugin's tables
bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production
# Restart Redmine app
touch tmp/restart.txt
반응형
'👨🏻💻Infra > ⚙️Application' 카테고리의 다른 글
Nodejs 버전 별 설치 (0) | 2021.03.31 |
---|---|
Redmine4.1 테마 추가 (0) | 2021.01.27 |
Redmine4.1 구축 (0) | 2021.01.22 |
국내 ISP DNS 정보 (0) | 2020.02.09 |
FTP 서버 | Active모드와 Passive모드 (0) | 2019.10.17 |