Project

General

Profile

Download » History » Version 63

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