LoginSignup
0
0

More than 3 years have passed since last update.

macOS Catalina (10.15.3)におけるVagrant設定

Last updated at Posted at 2020-04-22

macOS Catalina (10.15.3)におけるvagrant設定自分用メモ

各種アプリケーションのインストール

※今回は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.

スクリーンショット 2020-04-22 17.37.16.png

解決には追加でパッケージを導入すれば良い↓

$ vagrant plugin install vagrant-vbguest

最後に立ち上げは以下の要領行います。

$ vagrant up
$ vagrant ssh

スクリーンショット 2020-04-22 18.07.14.png

以上で環境構築完了です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0