macOS Catalina (10.15.3)におけるVagrant設定
1756 ワード
macOS Catalina (10.15.3)におけるvagrant設定自分用メモ
各種アプリケーションのインストール
VirtualBoxのインストール
https://www.virtualbox.org/vagrantのインストール公式サイトのDownloadsから
https://www.vagrantup.com/
※今回はrails-dev-boxを使う
希望のディレクトリ直下で以下を実行
$ git clone https://github.com/rails/rails-dev-box.git
$ cd rails-dev-box
vagrantの実行
$ vagrant up
以下エラーが出る場合がある↓
Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available.
解決には追加でパッケージを導入すれば良い↓
$ vagrant plugin install vagrant-vbguest
最後に立ち上げは以下の要領行います。
$ vagrant up
$ vagrant ssh
以上で環境構築完了です。
Author And Source
この問題について(macOS Catalina (10.15.3)におけるVagrant設定), 我々は、より多くの情報をここで見つけました https://qiita.com/_kazuya/items/8d58f00de1057eed5ea8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .