bitnami redmine에 플러그인 추가

5678 단어 RedmineBITNAMI

소개



bitnami의 redmine에 plugin을 설치했을 때 조금, plugin의 git에 기재되어 있는 순서와 다르므로 메모 김에에 써 둡니다.
또, 이번 인스톨을 실시한 것은 redmine-view-customize 라고 하는 「redmine의 화면을 CSS나 Javascript를 사용해 커스터마이즈 하는 플러그 인」이 됩니다.

절차



이번에는 bitnami이므로 다음 경로에 플러그인을 배치해야합니다.

플러그인 다운로드
$ cd /opt/bitnami/apps/redmine/htdocs/plugins/

$ git clone https://github.com/onozaty/redmine-view-customize.git view_customize
Cloning into 'view_customize'...
remote: Enumerating objects: 52, done.
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 713 (delta 14), reused 38 (delta 8), pack-reused 661
Receiving objects: 100% (713/713), 434.70 KiB | 681.00 KiB/s, done.
Resolving deltas: 100% (283/283), done.

bundle 설치
$ cd ../

$ bundle install --without development test
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.

If this is a development machine, remove the /opt/bitnami/apps/redmine/htdocs/Gemfile freeze 
by running `bundle install --no-deployment`.

The dependencies in your gemfile changed

You have added to the Gemfile:
* activerecord-compatible_legacy_migration

plugin의 페이지에서는 bundle install --without development test 라고 기재되어 있습니다만 이것이라면 인스톨 할 수 없었습니다.
분명히 Gemfile.lock라는 파일로 bundle 설치 한 버전이 추적되고 있기 때문입니다.
우선 출력 내용에 기재된 bundle install --no-deployment 명령을 실행합니다.

Gemfile.lock
$ ls /opt/bitnami/apps/redmine/htdocs/Gemfile.lock 
/opt/bitnami/apps/redmine/htdocs/Gemfile.lock

install
$ bundle install --no-deployment
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
Fetching gem metadata from https://rubygems.org/.............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...

rake
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Rails Error: Unable to access log file. Please ensure that /opt/bitnami/apps/redmine/htdocs/log/production.log exists and is writable (ie, make it writable for user and group: chmod 0664 /opt/bitnami/apps/redmine/htdocs/log/production.log). The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
Migrating to CreateViewCustomizes (1)

안전하게 설치할 수 있으면 다시 시작하여 완료됩니다.

redmine 재부팅
$ sudo /opt/bitnami/ctlscript.sh restart
/opt/bitnami/subversion/scripts/ctl.sh : subversion stopped
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : httpd stopped
/opt/bitnami/php/scripts/ctl.sh : php-fpm stopped
/opt/bitnami/mysql/scripts/ctl.sh : mysql stopped
/opt/bitnami/mysql/scripts/ctl.sh : mysql  started at port 3306
/opt/bitnami/php/scripts/ctl.sh : php-fpm started
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : httpd started at port 80
/opt/bitnami/subversion/scripts/ctl.sh : subversion started at port 3690

확인



플러그인이 추가되었는지 확인할 수 있습니다.


결론



redmine의 plugin은 많이 있으므로 잘 사용하고 싶습니다.

참고
htps : //분 dぇr. 이오
htps : // 기주 b. 코 m/루 바이게시 ms/분 dぇr

좋은 웹페이지 즐겨찾기