Project

General

Profile

Download » History » Version 16

dhanalakshmi c, 11/30/2024 04:54 PM

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