質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,6 +24,12 @@
|
|
24
24
|
LogLevel FATAL
|
25
25
|
```
|
26
26
|
|
27
|
+
上記は、仮想環境構築後に以下のコマンドで反映しました。
|
28
|
+
```
|
29
|
+
vagrant ssh-config >> ~/.ssh/config
|
30
|
+
```
|
31
|
+
|
32
|
+
|
27
33
|
■Vagrantfileの内容
|
28
34
|
```
|
29
35
|
# -*- mode: ruby -*-
|
@@ -50,9 +56,7 @@
|
|
50
56
|
・
|
51
57
|
・
|
52
58
|
・
|
53
|
-
|
54
59
|
end
|
55
|
-
|
56
60
|
```
|
57
61
|
|
58
62
|
ちなみに、VirtualBoxやvagrantのインストール、仮想環境の構築・設定などはすべて
|