facebook twitter hatena line email

「Ruby/rails/サーバWEBrick」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(rails3より)
(http)
行12: 行12:
  
 
==http==
 
==http==
ttp://ruby.localhost:3000でアクセス
+
ttp://localhost:3000でアクセス

2017年11月1日 (水) 23:14時点における版

以下のコメントアウトを外す

$ vi Gemfile
gem 'therubyracer', platforms: :ruby
$ gem install bundler
$ bundle install
$ rails server

port3000にアクセスできる

ctrl+cで停止

http

ttp://localhost:3000でアクセス