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