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