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