Project

General

Profile

how to apply a patch in Cloudron environment

Added by pe be about 3 years ago

Hello, Im looking for an advice if it is possible to apply a patch, when redmine is running in Cloudron.
the patch command works, but I cannot find a place where to put the patch file and run the command so it is applied to appropriate files

Subject: [PATCH] Show user groups in user profile page

---
app/helpers/application_helper.rb | 14 ++++++++++++
app/views/users/show.html.erb | 12 ++++++++++
test/functional/users_controller_test.rb | 15 +++++++++++++
test/helpers/application_helper_test.rb | 12 ++++++++++
4 files changed, 53 insertions(+)

diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 8fa56ac..005c5f5 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@ -63,6 +63,20 @ module ApplicationHelper
end
end