「Ruby/rails/サーバWEBrick」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→weblick起動) |
(→以下エラーが出る場合) |
||
行20: | 行20: | ||
vi Gemfile | vi Gemfile | ||
gem 'therubyracer', platforms: :ruby | gem 'therubyracer', platforms: :ruby | ||
+ | |||
+ | もう一度 | ||
+ | $ rails server |
2017年11月5日 (日) 20:39時点における版
weblick起動準備
$ gem install bundler $ bundle install
weblick起動
$ rails server
port3000にアクセスできる
ctrl+cで停止
http
ttp://localhost:3000でアクセス
以下エラーが出る場合
Bundler Error Backtrace: from /home/linux/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/bundler-1.16.0/lib/bundler/runtime.rb:80:in `block (2 levels) in require'
以下のコメントアウトを外す
vi Gemfile
gem 'therubyracer', platforms: :ruby
もう一度
$ rails server