This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
forked from edavis10/redmine_maintenance_mode
-
Notifications
You must be signed in to change notification settings - Fork 16
Information about installing on Redmine 4.x #15
Comments
I get the following error.. did you also run into this?
|
hi, any plan to migrate to 4.2? |
This method is deprecated. Please use Module#prepend that comes with Ruby 2.0 or newer instead. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to migrate either of the plugins with the manuals provided, I get the following error in red, although Bundler v2.0.1 is installed :
Preventing these potential Bundler errors when installing either the Redmine_Base_Deface or Redmine_Maintenance_Mode plugins, I've made this small manual :
git clone https://github.com/jbbarth/redmine_base_deface
chown -R apache:apache redmine_base_deface/
RAILS_ENV=production bundle exec rake redmine:plugins:migrate
git clone https://github.com/tofi86/redmine_maintenance_mode.git
chown -R apache:apache redmine_maintenance_mode
RAILS_ENV=production bundle exec rake redmine:plugins:migrate
The text was updated successfully, but these errors were encountered: