如何替你的 Redmine 安裝 Plugins外掛
繼前一篇Redmine V3.4.7安裝教學後,雖然原本的Redmine作為專案管理系統或者是工單系統已經很好用了,但在社群上仍有許多熱血玩家提供的plugins外掛來為Redmine提供更多好用的功能,以下將透過「RedmineLocalAvatars」這個自訂頭像的外掛安裝來展示
本文所架設版本環境如下:
[root@centos76 ~]# export REDMINE=/var/www/redmine
[root@centos76 ~]# cd $REDMINE
[root@centos76 redmine]# cd plugins
[root@centos76 plugins]# wget https://github.com/ncoders/redmine_local_avatars/archive/master.zip
[root@centos76 plugins]# unzip master.zip
[root@centos76 plugins]# mv redmine_local_avatars-master redmine_local_avatars
[root@centos76 plugins]# chown -R apache:apache ./redmine_local_avatars
[root@centos76 plugins]# cd $REDMINE
[root@centos76 redmine]# bundle install --without development test
[root@centos76 redmine]# RAILS_ENV=production rake redmine:plugins:migrate
[root@centos76 redmine]# systemctl restart httpd
0 Comments:
張貼留言