質問編集履歴

1

追加説明

2020/10/03 10:36

投稿

steisam
steisam

スコア2

test CHANGED
File without changes
test CHANGED
@@ -1,53 +1,27 @@
1
- ### 前提・したいこ
1
+ rails チュートリアル1章でrails serverをしたときのデフォルトのRailsページ "Yay You're on rails"が表示されません。
2
2
 
3
3
 
4
4
 
5
+ 「ブラウザのアドレスバーにhttp://localhost:3000を貼り付けてください」とあったので
6
+
7
+ previewのところに貼り付けたところ下記エラーがでました。
8
+
5
- rails serverを実行したときのデフォルトのRailsページ "Yay You're on rails"が表示されません。
9
+ 「AWS Cloud9 can't get you to your requested environment. Here are some suggestions on how to figure out what's going on:
6
10
 
7
11
 
8
12
 
9
- ここに質問の内容を詳しく書いてください。
13
+ Check that you have access to your environment and are signed into AWS Cloud9 for the environment.
10
14
 
11
- (例)PHP(CakePHP)で●●なシステムを作っています。
15
+ Check that the server is successfully running on AWS Cloud9:
12
16
 
17
+ If the server hit an error, the output window will have a message telling you what it is.
18
+
19
+ If you're in the middle of debugging code, your server might be paused right now.
20
+
13
- ■■な機能を実装中に以下のエラーメッセージが発生しました。
21
+ The server might be running on a different port; make sure it runs on port 8080.」
14
22
 
15
23
 
16
24
 
17
- ### 発生しる問題・エラーメッセージ
25
+ rails server実行まで表示通りいってるので問題ないと思うのですがどこが悪いのかわからないので
18
26
 
19
-
20
-
21
- ```
22
-
23
- エラーメッセージ
24
-
25
- ```
26
-
27
-
28
-
29
- ### 該当のソースコード
30
-
31
-
32
-
33
- ```ここに言語名を入力
34
-
35
- ソースコード
36
-
37
- ```
38
-
39
-
40
-
41
- ### 試たこと
27
+ 助言お願います。
42
-
43
-
44
-
45
- ここに問題に対して試したことを記載してください。
46
-
47
-
48
-
49
- ### 補足情報(FW/ツールのバージョンなど)
50
-
51
-
52
-
53
- ここにより詳細な情報を記載してください。