質問編集履歴

2

バージョン情報の追加。

2022/04/20 02:08

投稿

Sayre
Sayre

スコア23

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,10 @@
1
1
  ### 前提
2
+ ■環境
3
+ Redmine:4.2.5
4
+ ruby: 2.7.6
5
+ rails:5.2.7
6
+ postgresql:9.2.24
7
+ webサーバ:Apache 2.4.6
2
8
 
3
9
  サーバーにredmineをインストールして、プラグインをインストール後マイグレーション致しました。
4
10
  以下手順で実施しました。

1

アクセスできない部分の画像追加。

2022/04/18 06:38

投稿

Sayre
Sayre

スコア23

test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,8 @@
10
10
  bundle update
11
11
  bundle exec rake redmine:plugins:migrate RAILS_ENV=production
12
12
  ```
13
+
14
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-04-18/bf6fe197-17b5-465c-9928-9fdd54d7914c.png)
13
15
 
14
16
  ### 実現したいこと
15
17