RedmineX Agile My Page Plugin
The RedmineX Agile MyPage Plugin is a powerful extension for RedmineUP Agile that brings full Kanban and Sprint board functionality directly to your personal dashboard. It enables users to track multiple projects, plan sprints, and update task statuses via drag-and-drop without leaving the My Page view or enduring page reloads. Whether using the FREE or PRO version of RedmineUP, this plugin provides a highly flexible, centralized workspace to monitor progress and adapt to changing priorities in real time.
Installation
1. Go To Root & Unzip
Unzip the archive and upload the folder redmine_x_agile_my_page 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.
2. 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.
Bundle complete! 45 Gemfile dependencies, 74 gems now installed.
Gems in the groups development and test were not installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
3. Migrate
un the migration command bundle exec rake redmine:plugins:migrate RAILS_ENV=production.
If the migration didn't go well, you will see something like this. This means you need to install the RedmineUP Agile FREE or PRO first. If th emigration went well, you can skip to point 4.
RedmineX Agile My Page plugin requires RedmineUp Agile plugin (Light or PRO version). Please install RedmineUp Agile plugin first.
4. 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.
5. For Redmine 6.x+ Only
If you are using Redmine 6+, make sure the theme is present in redmine_root/themes/redminex_theme/.
Then:
Ensure correct permissions: chmod -R 755 redmine_root/themes/redminex_theme
Clear cache: rm -rf tmp/cache
Precompile assets (if you're in production mode): bundle exec rake assets:precompile RAILS_ENV=production
Restart Redmine