Project

General

Profile

Download » History » Version 20

Deeban Sankaran, 07/20/2026 05:32 PM

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