Download » History » Revision 23
Revision 22 (Arun T, 07/20/2020 08:16 PM) → Revision 23/57 (Dhanasingh Krishnapandian, 07/22/2020 02:38 PM)
h1. Downloads 
 h2. Compatability Matrix 
 | *Redmine* | *ERPmine* | 
 |4.1.1|4.0.1| 
 |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 
 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/ 
 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 
 h2. Current Release 
 The latest release of ERPmine can be downloaded from below files section or "Github":https://github.com/dhanasingh/redmine_wktime