Actions
Downloads¶
Compatibility Matrix¶
Redmine | ERPmine |
5.1.x | 4.7.1, 4.7.2, 4.7.3, 4.7.4 |
5.0 | 4.5.2, 4.6, 4.7 |
4.2.0 | 4.2.1, 4.3, 4.3.1, 4.4, 4.4.1, 4.5, 4.5.1 |
4.1.1 | 4.0.2, 4.0.3, 4.0.4, 4.1, 4.1.1, 4.2 |
4.1.0 | 3.9.1, 3.9.2, 3.9.3, 4.0 |
4.0.x | 3.4, 3.5, 3.6,3.7,3.8, 3.9 |
3.4.x | 2.9, 3.0, 3.1, 3.2, 3.3 |
Installation steps¶
1) Unpack the zip file to the plugins folder of Redmine.
2) Run the following command from the redmine folder
bundle install
3) Run the db migration script from the redmine folder
rake redmine:plugins:migrate NAME=redmine_wktime RAILS_ENV=production
For rufus-scheduler to work , the rails application should be up all the time.
If an apache passenger module is used then make sure the following settings are made
PassengerMinInstances 1 RailsAppSpawnerIdleTime 0 PassengerPreStart http://rails-app-url/
Uninstall¶
Please make sure public/plugin_asset/redmine_wktime has proper access.
When uninstalling the plugin, please be sure to remove the db changes by running the following command, please note the VERSION=0 in the command
rake redmine:plugins:migrate NAME=redmine_wktime VERSION=0 RAILS_ENV=production
Current Release¶
The latest release of ERPmine can be downloaded from below files section or Github
Updated by dhanalakshmi c 24 days ago · 46 revisions