Skip to content

Commit

Permalink
fixed #132.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayapapa committed Mar 17, 2019
1 parent 0eb2386 commit 3371555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions redmine/setup/install-plugins
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ sed -i.org -e 's/gem "nokogiri"/gem "nokogiri", "~> 1.6.0" #/' \
Gemfile
# code_review
sed -i.org 's/textile.js/markdown.js/' plugins/redmine_code_review/app/views/code_review/_html_header.html.erb
# banner
sed -i.org "s/:redmine_banner, /'icon redmine_banner', /" \
plugins/redmine_banner/init.rb

# for OAuth2認証
cd ./plugins
Expand Down

0 comments on commit 3371555

Please sign in to comment.