Git Product home page Git Product logo

docker_rails_mgmt's Introduction

README

Docker+MySQL+Railsの開発環境

こちらを参考にrails立ち上げまでを試みる
参考

エラー等

rails versionを変えたからかもしれないが、

# rails s -b 0.0.0.0

:
/usr/local/bundle/gems/webpacker-5.4.3/lib/webpacker/ </br>
configuration.rb:103:in `rescue in load': Webpacker  </br>  
configuration file not found /RailsMySQLSample/config/webpacker.yml. 
Please run rails webpacker:install Error: No such file or directory @ rb_check_realpath_internal - /RailsMySQLSample/config/webpacker.yml (RuntimeError)

rails sでサーバーを起動しようとしたら、Webpacker configuration file not foundエラーが発生した時の対処方法

# rails webpacker:install
=>
Webpacker requires Yarn ">=1 <4" and you are using 0.32+git
Please upgrade Yarn https://yarnpkg.com/lang/en/docs/install/

yarnのバージョン確認

# yarn --version
0.32+git

yarn update 参考

(npmは入れていないので)

# curl --compressed -o- -L https://yarnpkg.com/install.sh | bash

# yarn --version
 => 0.32+git    (変わってない)

パスを通す

# export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
# yarn --version
1.22.19

# rails webpacker:install
:
Webpacker successfully installed 🎉 🍰

docker_rails_mgmt's People

Contributors

yutahoshino414 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.