Download » History » Revision 26
Revision 25 (Arun T, 07/22/2020 08:12 PM) → Revision 26/47 (Dhanasingh Krishnapandian, 07/23/2020 10:23 AM)
h1. Downloads
h2. Compatability Matrix
| *Redmine* | *ERPmine* |
|4.1.1|4.0.x|
|4.1.0|3.9.1, 3.9.2, 3.9.3, 4.0|
|4.0.x|3.4, 3.5, 3.6,3.7,3.8, 3.9|
|3.4.x|2.9, 3.0, 3.1, 3.2, 3.3|
h2. Installation steps
1) Unpack the zip file to the plugins folder of Redmine.
2) Run the following command from the plugins/redmine_wktime folder
<pre>
bundle install
</pre>
3) Run the db migration script from the root redmine folder
<pre>
rake redmine:plugins:migrate NAME=redmine_wktime RAILS_ENV=production
</pre>
For rufus-scheduler to work , the rails application should be up all the time.
If an apache passenger module is used then make sure the following settings are made
<pre>
PassengerMinInstances 1
RailsAppSpawnerIdleTime 0
PassengerPreStart http://rails-app-url/
</pre>
h2. Uninstall
Please make sure public/plugin_asset/redmine_wktime 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=redmine_wktime VERSION=0 RAILS_ENV=production
</pre>
h2. Current Release
The latest release of ERPmine can be downloaded from below files section or "Github":https://github.com/dhanasingh/redmine_wktime