Go To Root & Unzip
Unzip the archive and upload the folder 000_redmine_x_ux_upgrade
to redmine_root/plugins
or upload the archive in the same location and perform the unzip command in the console. Do NOT change the plugin folder name.
Install Gems
From redmine_root
run bundle install
. No need for any migration (rake).
If the gems were installed correctly, this is roughly what you should see.
Restart
Restart Redmine. Based on your hosting provider / web server, you will need to run the following commands. Puma: sudo systemctl restart redmine.yourcompany.com.service
or Passenger: touch tmp/restart.txt
.
Activate
In your Redmine, go to ~/settings/plugin/000_redmine_x_ux_upgrade
, check the the "Show time log in menu", and SAVE the settings page. This way a table in the database gets created that wasn't previously there and all the settings will get stored. Now you will be able to upload a new logo and login images.