- Edit your base.html.erb file, add pic above redmine title
1
2
3vim {$redmine-root}/app/views/layouts/base.html.erb
<img src="<%= Redmine::Utils.relative_url_root %>/images/logoscts.png" style="margin-top: 15px; margin-left: 15px;"/> #line to add
<h1><%= page_header_title %></h1> #redmine original line - upload you logo / banner pic to the directory, my prefernce is using FileZillaI forgot to “chown the uploaded” pic, but it still works.
1
{$redmine-root}/public/images
- restart your redmine daemon, which I made it as a service
1
sudo service redmined restart
- check your redmine via browser, it’s done.
Reference from:
HowTo add a logo to your Redmine banner.