Project

General

Profile

Download » History » Version 57

dhanalakshmi c, 10/15/2025 07:16 PM

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