5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

redmine-slack プラグインの設定が404になってしまう

Posted at

この記事ではUbuntu16.04上で、docker-composeでsameersbn/redmineからredmineイメージを起動しています。

redmine-slackこの記事でインストールし、redmineのプラグイン設定画面にて、設定ボタンをクリックしたら404エラーが表示されてしまいます。

対策

ここを参考に、docker内のredmineプロセスへアクセスします。

redmineのフォルダのpluginsへ移動します。
移動後、redmine-slackフォルダをredmine_slack へ変更します。

cd plugins/
mv redmine-slack redmine_slack

redmineをrestartすると、redmine-slackの設定画面が開けるようになります。

5
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?