facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(以下エラーが出る場合)
行12: 行12:
  
 
==以下エラーが出る場合==
 
==以下エラーが出る場合==
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'
+
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'
  
gem 'therubyracer'
 
 
以下のコメントアウトを外す
 
以下のコメントアウトを外す
  
 
vi Gemfile
 
vi Gemfile
 
  gem 'therubyracer', platforms: :ruby
 
  gem 'therubyracer', platforms: :ruby

2017年11月2日 (木) 21:07時点における版

weblick起動

$ gem install bundler
$ bundle install
$ 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