Download » History » Revision 39
Revision 38 (Arun T, 04/04/2022 08:53 PM) → Revision 39/57 (Arun T, 04/11/2022 11:11 AM)
h1. Downloads 
 h2. Compatability Matrix 
 | *Redmine* | *ERPmine* | 
 |5.0.0|4.5.2| 
 |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| 
 h2. Installation steps 
 1) Unpack the zip file to the plugins folder of Redmine. 
 2) Run the following command from the plugins/redmine_wktime folder 
 <pre> 
 bundle install 
 </pre> 
 3) Run the db migration script from the root redmine folder 
 <pre> 
 rake redmine:plugins:migrate NAME=redmine_wktime RAILS_ENV=production 
 </pre> 
 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 
 <pre> 
 PassengerMinInstances 1 
 RailsAppSpawnerIdleTime 0 
 PassengerPreStart http://rails-app-url/ 
 </pre> 
 h2. 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 
 <pre> 
 rake redmine:plugins:migrate NAME=redmine_wktime VERSION=0 RAILS_ENV=production 
 </pre> 
 h2. Current Release 
 The latest release of ERPmine can be downloaded from below files section or "Github":https://github.com/dhanasingh/redmine_wktime