Download » History » Version 27
Dhanasingh Krishnapandian, 07/23/2020 10:25 AM
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 | 27 | Dhanasingh Krishnapandian | |4.1.1|4.0.2| |
7 | 22 | Arun T | |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 | 24 | Dhanasingh Krishnapandian | |
13 | 23 | Dhanasingh Krishnapandian | 1) Unpack the zip file to the plugins folder of Redmine. |
14 | |||
15 | 2) Run the following command from the plugins/redmine_wktime folder |
||
16 | |||
17 | <pre> |
||
18 | bundle install |
||
19 | </pre> |
||
20 | |||
21 | 3) Run the db migration script from the root redmine folder |
||
22 | |||
23 | 24 | Dhanasingh Krishnapandian | <pre> |
24 | 23 | Dhanasingh Krishnapandian | rake redmine:plugins:migrate NAME=redmine_wktime RAILS_ENV=production |
25 | 24 | Dhanasingh Krishnapandian | </pre> |
26 | 23 | Dhanasingh Krishnapandian | |
27 | For rufus-scheduler to work , the rails application should be up all the time. |
||
28 | |||
29 | If an apache passenger module is used then make sure the following settings are made |
||
30 | |||
31 | 24 | Dhanasingh Krishnapandian | <pre> |
32 | 23 | Dhanasingh Krishnapandian | PassengerMinInstances 1 |
33 | RailsAppSpawnerIdleTime 0 |
||
34 | PassengerPreStart http://rails-app-url/ |
||
35 | 24 | Dhanasingh Krishnapandian | </pre> |
36 | 23 | Dhanasingh Krishnapandian | |
37 | 26 | Dhanasingh Krishnapandian | h2. Uninstall |
38 | |||
39 | 23 | Dhanasingh Krishnapandian | Please make sure public/plugin_asset/redmine_wktime has proper access. |
40 | |||
41 | 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 |
||
42 | |||
43 | 24 | Dhanasingh Krishnapandian | <pre> |
44 | 23 | Dhanasingh Krishnapandian | rake redmine:plugins:migrate NAME=redmine_wktime VERSION=0 RAILS_ENV=production |
45 | 24 | Dhanasingh Krishnapandian | </pre> |
46 | 23 | Dhanasingh Krishnapandian | |
47 | 11 | Redmine Admin | h2. Current Release |
48 | 10 | Redmine Admin | |
49 | 12 | Redmine Admin | The latest release of ERPmine can be downloaded from below files section or "Github":https://github.com/dhanasingh/redmine_wktime |