現在rails チュートリアルをしています。
その中AWS CLOUD9を使用してサーバーを立ち上げようと試しています
しかし rails s -b $IP -p $PORT で立ち上げたところうまく立ち上がりません。
Previewを押して立ち上げると、うまく立ち上がりません
色々ググって試しているのですが、うまく行きません
Cloud9の右上の四角を押すと立ち上がりましたと出るのですが、少し違う様です。
何卒ご意見をお聞きしたく、、、m(_ _)m
ec2-user:~/environment/hello_app (master) $ rails s -b $IP -p $PORT => Booting Puma => Rails 5.1.7 application starting in development => Run `rails server -h` for more startup options Puma starting in single mode... * Version 3.12.4 (ruby 2.6.3-p62), codename: Llamas in Pajamas * Min threads: 5, max threads: 5 * Environment: development * Listening on tcp://127.0.0.1:8080 Use Ctrl-C to stop Started GET "/" for 118.103.63.141 at 2020-04-05 02:01:01 +0000 Cannot render console from 118.103.63.141! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 Processing by Rails::WelcomeController#index as HTML Rendering /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-5.1.7/lib/rails/templates/rails/welcome/index.html.erb Rendered /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-5.1.7/lib/rails/templates/rails/welcome/index.html.erb (2.3ms) Completed 200 OK in 109ms (Views: 5.3ms)
エラーは下記です
fde353738f1c467ebc39978f87825fac.vfs.cloud9.ap-northeast-1. amazonaws.com で接続が拒否されました。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/05 03:37
2020/04/05 03:50
2020/04/07 13:59
2020/04/08 09:11
2020/05/17 08:00