kongou-ae
11/12/2014 - 1:34 PM

redmine_knowledgebaseのインストール

redmine_knowledgebaseのインストール

[root@dc02 opt]# 
[root@dc02 redmine-2.6.0-1]# 
[root@dc02 redmine-2.6.0-1]# cd apps/redmine/htdocs/plugins/
[root@dc02 plugins]# yum install git
[root@dc02 plugins]# git clone https://github.com/alexbevi/redmine_knowledgebase.git
[root@dc02 plugins]# cd ../
[root@dc02 htdocs]# yum install gcc
[root@dc02 htdocs]# /opt/redmine-2.6.0-1/ruby/bin/bundle install --no-deployment
[root@dc02 htdocs]# /opt/redmine-2.6.0-1/ruby/bin/bundle exec rake redmine:plugins:migrate RAILS_ENV=production
[root@dc02 htdocs]# 
[root@dc02 htdocs]# /bin/sh /opt/redmine-2.6.0-1/ctlscript.sh restart
[root@dc02 htdocs]#