Project

General

Profile

Download » History » Revision 14

Revision 13 (Arun T, 11/03/2020 12:39 PM) → Revision 14/15 (Dhanasingh Krishnapandian, 02/23/2021 08:03 AM)

h2. Compatability Matrix 

 | *Residnet* | *ERPmine* | *Redmine* | 
 |0.3|4.1|4.1.1| 
 |0.2.4|4.0.1|4.1.1| 
 |0.2.3|3.9.2, 3.9.3, 4.0|4.1.0| 
 |0.2.2|3.9.1|4.1.0| 
 |0.2.1|3.7.1|4.0.x| 
 |0.2|3.7|4.0.x| 
 |0.1|3.5.1,3.6|4.0.x| 

 h2. Installation steps 

 1) Unpack the zip file to the plugins folder of Redmine. 

 2) Run the following command from the plugins/erpmine_resident folder 

 <pre> 
 bundle install 
 </pre> 

 3) Run the db migration script from the root redmine folder 

 <pre> 
 rake redmine:plugins:migrate NAME=erpmine_resident RAILS_ENV=production 
 </pre> 

 h2. Uninstall 

 Please make sure public/plugin_asset/erpmine_resident has proper access. 

 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 

 <pre> 
 rake redmine:plugins:migrate NAME=erpmine_resident VERSION=0 RAILS_ENV=production 
 </pre> 

 h1. Current Release 

 Current Version of Resident Plugin cab be downloaded from the files section below or from "Github":https://github.com/dhanasingh/erpmine_resident