Download » History » Version 23
  Dhanasingh Krishnapandian, 07/22/2020 02:38 PM 
  
| 1 | 9 | Redmine Admin | h1. Downloads | 
|---|---|---|---|
| 2 | 1 | Redmine Admin | |
| 3 | 10 | Redmine Admin | h2. Compatability Matrix | 
| 4 | |||
| 5 | 15 | Dhanasingh Krishnapandian | | *Redmine* | *ERPmine* | | 
| 6 | 22 | Arun T | |4.1.1|4.0.1| | 
| 7 | |4.1.0|3.9.1, 3.9.2, 3.9.3, 4.0| | ||
| 8 | 17 | Arun T | |4.0.x|3.4, 3.5, 3.6,3.7,3.8, 3.9| | 
| 9 | 15 | Dhanasingh Krishnapandian | |3.4.x|2.9, 3.0, 3.1, 3.2, 3.3| | 
| 10 | 11 | Redmine Admin | |
| 11 | 23 | Dhanasingh Krishnapandian | h2. Installation steps | 
| 12 | 1) Unpack the zip file to the plugins folder of Redmine. | ||
| 13 | |||
| 14 | 2) Run the following command from the plugins/redmine_wktime folder | ||
| 15 | |||
| 16 | <pre> | ||
| 17 | bundle install | ||
| 18 | </pre> | ||
| 19 | |||
| 20 | 3) Run the db migration script from the root redmine folder | ||
| 21 | |||
| 22 | rake redmine:plugins:migrate NAME=redmine_wktime RAILS_ENV=production | ||
| 23 | |||
| 24 | For rufus-scheduler to work , the rails application should be up all the time. | ||
| 25 | |||
| 26 | If an apache passenger module is used then make sure the following settings are made | ||
| 27 | |||
| 28 | PassengerMinInstances 1 | ||
| 29 | RailsAppSpawnerIdleTime 0 | ||
| 30 | PassengerPreStart http://rails-app-url/ | ||
| 31 | |||
| 32 | Please make sure public/plugin_asset/redmine_wktime has proper access. | ||
| 33 | |||
| 34 | 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 | ||
| 35 | |||
| 36 | rake redmine:plugins:migrate NAME=redmine_wktime VERSION=0 RAILS_ENV=production | ||
| 37 | |||
| 38 | 11 | Redmine Admin | h2. Current Release | 
| 39 | 10 | Redmine Admin | |
| 40 | 12 | Redmine Admin | The latest release of ERPmine can be downloaded from below files section or "Github":https://github.com/dhanasingh/redmine_wktime |