Introduced view customization plugin to Redmine installed on CentOS8

It is assumed that Redmine is installed in/var/lib /

It's a continuation of the article below. Install the project management tool "Redmine" on CentOS8 (database is Postgre)

Where you installed it affects the git clone and bundle folder paths.

How to install the plugin

You will receive the source code for view customization.

python


git clone https://github.com/onozaty/redmine-view-customize.git /var/lib/redmine/plugins/view_customize

Prepare the environment for view customization to work. (Installation of required modules, database settings, etc.)

python


cd /var/lib/redmine
bundle install --without development test
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Restart the WEB server and the installation is complete.

python


systemctl restart httpd

Let's check the operation!

** Display customization ** has been added to the ** Administration ** page. image.png

Go to ** Customize new display **. image.png

For the time being like this. image.png

No matter which page you open, a kind dialog will appear! image.png

Serpentine

At a level that makes it a little easier to use, the view customization plugin may be better than creating an original theme.

Reference site

https://blog.katsubemakito.net/redmine/install-viewcustomize

version

CentOS Linux release 8.3.2011 Redmine 4.0.6.stable

Recommended Posts

Introduced view customization plugin to Redmine installed on CentOS8
Install Redmine 4.1.1 on CentOS 7
How to "hollow" View on Android
Upgrade from MYSQL5.7 to 8.0 on CentOS 6.7
How to install MariaDB 10.4 on CentOS 8
Steps to install MySQL 8 on CentOS 8
Steps to install devtoolset-6 on CentOS 7
I installed F-Revo CRM 7.3 on CentOS 7.7
How to check Java installed on Mac
How to install beta php8.0 on CentOS8
I tried to build AdoptOpenjdk 11 on CentOS 7
Command to install nginx / PHP7 / php-fpm on CentOS7
[Rails] Introducing pay.jp (from view customization to registration)