「Ruby/rails/サーバWEBrick」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→rails3より) |
(→http) |
||
行12: | 行12: | ||
==http== | ==http== | ||
− | ttp:// | + | 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でアクセス