Project

General

Profile

Download » History » Version 19

Deeban Sankaran, 05/05/2026 11:58 AM

1 7 Dhanasingh Krishnapandian
h2. Compatability Matrix
2
3 8 Dhanasingh Krishnapandian
| *Residnet* | *ERPmine* | *Redmine* |
4 19 Deeban Sankaran
|1.4.1|4.9.4|6.1.x|
5 18 Deeban Sankaran
|1.4|4.9.3|6.1.x|
6 17 dhanalakshmi c
|1.3|4.9.2|6.1.x|
7
|1.2|4.9, 4.9.1|6.0.x|
8
|1.1|4.8.4, 4.8.5|6.0.x|
9
|1.0|4.8.3|6.0.x|
10 16 dhanalakshmi c
|0.3.6|4.8|6.0.x|
11
|0.3.5|4.6, 4.7.x|5.0.x|
12
|0.3.4|4.5.2|5.0.x|
13
|0.3.3|4.5.1|4.2.0|
14
|0.3.2|4.5|4.2.0|
15
|0.3.1|4.3.1, 4.4, 4.4.1|4.2.0|
16 12 Arun T
|0.3|4.1|4.1.1|
17 11 Arun T
|0.2.4|4.0.1|4.1.1|
18
|0.2.3|3.9.2, 3.9.3, 4.0|4.1.0|
19
|0.2.2|3.9.1|4.1.0|
20 9 Dhanasingh Krishnapandian
|0.2.1|3.7.1|4.0.x|
21 7 Dhanasingh Krishnapandian
|0.2|3.7|4.0.x|
22 13 Arun T
|0.1|3.5.1,3.6|4.0.x|
23 7 Dhanasingh Krishnapandian
24 14 Dhanasingh Krishnapandian
h2. Installation steps
25
26
1) Unpack the zip file to the plugins folder of Redmine.
27
28
2) Run the following command from the plugins/erpmine_resident folder
29
30
<pre>
31
bundle install
32
</pre>
33
34
3) Run the db migration script from the root redmine folder
35
36 1 Redmine Admin
<pre>
37 19 Deeban Sankaran
bundle exec rake redmine:plugins:migrate NAME=erpmine_resident RAILS_ENV=production
38 14 Dhanasingh Krishnapandian
</pre>
39
40
h2. Uninstall
41
42
Please make sure public/plugin_asset/erpmine_resident 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 1 Redmine Admin
46 14 Dhanasingh Krishnapandian
<pre>
47 19 Deeban Sankaran
bundle exec rake redmine:plugins:migrate NAME=erpmine_resident VERSION=0 RAILS_ENV=production
48 14 Dhanasingh Krishnapandian
</pre>
49
50 4 Redmine Admin
h1. Current Release
51 2 Redmine Admin
52 6 Redmine Admin
Current Version of Resident Plugin cab be downloaded from the files section below or from "Github":https://github.com/dhanasingh/erpmine_resident