# 기본 셋팅환경은 모두 라즈비안 OS 에 Docker 올려 사용한다.
# URL : https://github.com/jgraichen/redmine_dashboard/tree/stable-v2#readme
# Manual
1. Download latest release.
2. Extract archive to /plugins. Make sure the plugin directory is called /plugins/redmine_dashboard/ (#11).
3. Install required dependencies by running bundle install --without development test in your redmine directory.
4. A database migration is not needed. Restart redmine.
# 다운로드 및 redmine/plugins 경로에 압축 해제
# bundle 설치
sudo apt install ruby-bundle -y
# 실행
bundle install --without development test
# 권한 오류시
sudo chown -R pi:pi redmine_dashboard
# 컨테이너 재기동
docker restart redmine
'취미생활 > Docker' 카테고리의 다른 글
[Docker] Netdata 구성 (0) | 2020.05.05 |
---|---|
[Docker] Portainer 구성 (0) | 2020.05.05 |
[Docker] Traefik Reverse proxy 구성 (0) | 2020.05.05 |
[Docker] Redmine 설치 (0) | 2020.03.03 |
[Docker] Raspbian OS Docker 설치 (0) | 2019.12.01 |