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.
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
** Display customization ** has been added to the ** Administration ** page.
Go to ** Customize new display **.
For the time being like this.
No matter which page you open, a kind dialog will appear!
At a level that makes it a little easier to use, the view customization plugin may be better than creating an original theme.
https://blog.katsubemakito.net/redmine/install-viewcustomize
CentOS Linux release 8.3.2011 Redmine 4.0.6.stable
Recommended Posts