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