Vagrantを外部ストレージへ移行 : Vagrant

Pocket

WordPress開発は多くの案件でVCCWを利用しています。今回、内蔵ストレージの容量が少なくなり外部ストレージへVirtualBox, Vagrantを移しました。

外部ストレージ名 productions

  1. VirtualBoxの設定
  2. Vagrantの設定

1. VirtualBoxの設定変更

1-1. データ移動

データ移動元
~/<user_name>/VirtualBox VMs
データ移行先
/Volumes/production/<user_name>/VirtualBox VMs

1-2. デフォルトの仮想マシンフォルダー変更

VirtualBox > 環境設定 > 一般
デフォルトの仮想マシンフォルダーを/Volumes/production/<user_name>/VirtualBox VMsへ変更します。

仮想マシンを右クリックし仮想マシンを「除去」 > 「除去のみ」
メニュー「仮想マシン」 > 追加 > VirtualBox VMSでvboxファイルを選択します。

2. Vagrantの設定

2-1. データの移動

移動元
~/.vagrant.d
移動先
/Volumes/production/<user_name>/.vagrant.d

.bash_profileへ変数VAGRANT_HOMEを追加します。

export VAGRANT_HOME=/Volumes/production/<user_name>/.vagrant.d

コメント

No comments yet.

コメントの投稿

改行と段落タグは自動で挿入されます。
メールアドレスは表示されません。