Download » History » Revision 17
Revision 16 (dhanalakshmi c, 11/30/2024 04:54 PM) → Revision 17/18 (dhanalakshmi c, 11/20/2025 11:16 AM)
h2. Compatability Matrix
| *Residnet* | *ERPmine* | *Redmine* |
|1.3|4.9.2|6.1.x|
|1.2|4.9, 4.9.1|6.0.x|
|1.1|4.8.4, 4.8.5|6.0.x|
|1.0|4.8.3|6.0.x|
|0.3.6|4.8|6.0.x|
|0.3.5|4.6, 4.7.x|5.0.x|
|0.3.4|4.5.2|5.0.x|
|0.3.3|4.5.1|4.2.0|
|0.3.2|4.5|4.2.0|
|0.3.1|4.3.1, 4.4, 4.4.1|4.2.0|
|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