Open dareklo opened 1 year ago
Hi what is your version of redmine? you use docker? what is your OS?
Hi
I use:
Environment: Redmine version 4.2.1.stable Ruby version 2.6.6-p146 (2020-03-31) [x86_64-linux] Rails version 5.2.5 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp SCM: Subversion 1.10.4 Git 2.20.1 Filesystem Redmine plugins: redmine_closed_date 0.1.1 view_customize 3.3.0
Pozdrawiam
Dariusz Łoziński
Od: fraoustin @.> Wysłane: czwartek, 23 marca 2023 18:30 Do: fraoustin/redmine_closed_date @.> DW: dareklo @.>; Author @.> Temat: Re: [fraoustin/redmine_closed_date] instalation break on redmine 4.2 (Issue #4)
Hi what is your version of redmine? you use docker? what is your OS?
— Reply to this email directly, view it on GitHubhttps://github.com/fraoustin/redmine_closed_date/issues/4#issuecomment-1481601803, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUORKJ3ULSWX7V4TSJ6JXRLW5SCFHANCNFSM6AAAAAAWFIHOQU. You are receiving this because you authored the thread.Message ID: @.***>
Hello,
I have been struggling with this issue for the past two days. I'm running Redmine 4.2.10.stable on Debian 11. I'm not using Docker. As it turns out, this plugin needs another plugin called Deface in order for you to be able to install and run it properly.
Deface is available here : https://github.com/spree/deface
How to install Deface (I tried installing it via RubyGems but all my attempts failed):
cd /your/path/to/redmine/plugins/
sudo apt install git
sudo git clone https://github.com/spree/deface.git
cd your/path/to/redmine/
sudo bundle install
sudo systemctl restart apache2
How to install Redmine_Closed_Date
cd /your/path/to/redmine/plugins/
sudo apt install git
sudo git clone https://github.com/fraoustin/redmine_closed_date.git
sudo bundle exec rake deface:precompile RAILS_ENV=production
sudo bundle exec rake deface:clean RAILS_ENV=production
sudo systemctl restart apache2
From now on the field "Issue closed" should appear whenever you close an issue on your Redmine instance.
hello when I install plugin it`s break with:
redmine .../redmine/plugins# bundle exec rake deface:precompile RAILS_ENV=production (in /var/www/redmine) rake aborted! Don't know how to build task 'deface:precompile' (See the list of available tasks with'
(See full trace by running task with --trace)
rake --tasks
) /usr/local/rbenv/versions/2.6.6/bin/bundle:23:inload' /usr/local/rbenv/versions/2.6.6/bin/bundle:23:in
could U help me?