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