Project

General

Profile

Actions

Download » History » Revision 27

« Previous | Revision 27/43 (diff) | Next »
Dhanasingh Krishnapandian, 07/23/2020 10:25 AM


Downloads

Compatability Matrix

Redmine ERPmine
4.1.1 4.0.2
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

Installation steps

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

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

bundle install

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

rake redmine:plugins:migrate NAME=redmine_wktime RAILS_ENV=production

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

PassengerMinInstances 1
RailsAppSpawnerIdleTime 0
PassengerPreStart http://rails-app-url/

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

rake redmine:plugins:migrate NAME=redmine_wktime VERSION=0 RAILS_ENV=production

Current Release

The latest release of ERPmine can be downloaded from below files section or Github

Updated by Dhanasingh Krishnapandian over 3 years ago · 27 revisions