00.rubyonrails:15.windows10のwsl2ubuntu上にrails環境構築
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
00.rubyonrails:15.windows10のwsl2ubuntu上にrails環境構築 [2022/02/03] – [やり方] adash333 | 00.rubyonrails:15.windows10のwsl2ubuntu上にrails環境構築 [2022/02/03] (現在) – [Gem, Bundlerとは] adash333 | ||
---|---|---|---|
行 2: | 行 2: | ||
[[00.rubyonrails: | [[00.rubyonrails: | ||
+ | 以下に記載しました。 | ||
+ | |||
+ | https:// | ||
+ | Windows10+WSL2(Ubuntu20.02)でRails7+Sqlite3環境構築【2022年2月時点】 | ||
+ | 2022年2月3日 | ||
===== 開発環境 ===== | ===== 開発環境 ===== | ||
行 23: | 行 28: | ||
</ | </ | ||
- | ===== やり方 | + | ===== rubyとyarnのインストール |
https:// | https:// | ||
行 67: | 行 72: | ||
< | < | ||
- | nvm install | + | nvm install |
nvm current | nvm current | ||
node -v | node -v | ||
行 77: | 行 82: | ||
+ | Ruby2.5までは、 bundler コマンドを gem としてインストールする | ||
+ | < | ||
+ | gem install bundler | ||
+ | </ | ||
+ | → < | ||
+ | |||
+ | |||
+ | |||
+ | ===== 見出し ===== | ||
+ | |||
+ | https:// | ||
+ | @kaishuu0123(WESEEK, | ||
+ | 更新日 2020年07月21日 | ||
+ | <wrap hi>Ruby 歴 10 年の私が【絶対に】 gem install rails コマンドを実行しない理由</ | ||
+ | (引用ここから) | ||
+ | {{: | ||
+ | (引用ここまで) | ||
+ | |||
+ | |||
+ | < | ||
+ | echo "gem: --no-document" | ||
+ | |||
+ | gem install rails -v 6.0.3 | ||
+ | |||
+ | gem install bundler | ||
+ | bundler -v | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | https:// | ||
+ | @GandT | ||
+ | 投稿日 2019年11月09日 | ||
+ | 【Tips】Ubuntuへのsqlite3 gemインストール時に発生しうるエラーへの対処 | ||
+ | |||
+ | |||
+ | |||
+ | https:// | ||
+ | @nakano1994 | ||
+ | 投稿日 2019年05月01日 | ||
+ | Ubuntu環境でRailsの環境構築、初期化してる状態から | ||
+ | |||
+ | https:// | ||
+ | @shizuma(ACES) | ||
+ | 更新日 2018年12月05日 | ||
+ | Organization | ||
+ | GitHubでssh接続する手順~公開鍵・秘密鍵の生成から~ | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | https:// | ||
+ | @jnchito(株式会社ソニックガーデン) | ||
+ | 更新日 2021年01月18日 | ||
+ | Organization | ||
+ | 不正な config/ | ||
+ | |||
+ | |||
+ | ===== Gem, Bundlerとは ===== | ||
+ | https:// | ||
+ | @oshou | ||
+ | 更新日 2017年02月03日 | ||
+ | Bundlerの使い方 | ||
+ | |||
+ | https:// | ||
+ | rbenv と bundler で Ruby のバージョンと gem を管理する方法 | ||
+ | 2021.09.29に更新 | ||
+ | |||
+ | https:// | ||
+ | Bundlerってそもそも何?「なんとなく使う」から「理解して使う」ために色々と調べてみた | ||
+ | 2021.04.06に公開 | ||
+ | https:// | ||
+ | @jnchito(株式会社ソニックガーデン) | ||
+ | 更新日 2020年01月10日 | ||
+ | bundle install時に" | ||
===== 見出し ===== | ===== 見出し ===== | ||
00.rubyonrails/15.windows10のwsl2ubuntu上にrails環境構築.1643859223.txt.gz · 最終更新: 2022/02/03 by adash333