Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vagrant_install_box [2019/10/18 11:04] – external edit 127.0.0.1 | vagrant_install_box [2020/02/13 18:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 22: | Line 22: | ||
Also, you can check the link for the box from the download configuration file: | Also, you can check the link for the box from the download configuration file: | ||
- | <sxh bash> | + | <code:none> |
Vagrant.configure(" | Vagrant.configure(" | ||
config.vm.box = " | config.vm.box = " | ||
config.vm.box_version = " | config.vm.box_version = " | ||
end | end | ||
- | </sxh> | + | </code> |
- | <sxh bash> | + | <code:none> |
PS E: | PS E: | ||
==> box: Loading metadata for box ' | ==> box: Loading metadata for box ' | ||
Line 48: | Line 48: | ||
box: Progress: 100% (Rate: 437k/s, Estimated time remaining: --:--:--) | box: Progress: 100% (Rate: 437k/s, Estimated time remaining: --:--:--) | ||
==> box: Successfully added box ' | ==> box: Successfully added box ' | ||
- | </sxh> | + | </code> |
---- | ---- | ||
Line 55: | Line 55: | ||
- | <sxh bash> | + | <code:none> |
PS E: | PS E: | ||
A `Vagrantfile` has been placed in this directory. You are now | A `Vagrantfile` has been placed in this directory. You are now | ||
Line 94: | Line 94: | ||
default: in which case you may ignore this message. | default: in which case you may ignore this message. | ||
==> default: Rsyncing folder: / | ==> default: Rsyncing folder: / | ||
- | </sxh> | + | </code> |
---- | ---- | ||
===Install Guest Plugin=== | ===Install Guest Plugin=== | ||
In order to install the guest plugin, you have to run it from the folder of the box: | In order to install the guest plugin, you have to run it from the folder of the box: | ||
- | <sxh bash> | + | <code:none> |
E: | E: | ||
Installing the ' | Installing the ' | ||
Line 107: | Line 106: | ||
Installed the plugin ' | Installed the plugin ' | ||
E: | E: | ||
- | + | </code> | |
- | + | ||
- | </sxh> | + |