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