Updated README
This commit is contained in:
parent
1ef218da67
commit
c01feb19b8
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ To provide a lightweight experience, the VM uses [XFCE](https://xfce.org/) as a
|
|||
|
||||
3. To check whether Vagrant was installed successfully, try running `vagrant --version` which must not return an error.
|
||||
|
||||
4. Recommended: Install the [Vagrant::Hostsupdate](https://github.com/cogitatio/vagrant-hostsupdater) plugin that will automatically add the hostname of the virtual machine to the list of static hosts on your local machine (VM host). This allows you to later open e.g. `nextcloud.satt.local` in a browser from your local machine. Updates to the hosts file will require entering a sudo password:
|
||||
4. Recommended: Install the [Vagrant::Hostsupdate](https://github.com/cogitatio/vagrant-hostsupdater) plugin that will automatically add the hostname of the virtual machine to the list of static hosts on your local machine (VM host). This allows you to later open e.g. `devvm.local` in a browser from your local machine. Updates to the hosts file will require entering a sudo password:
|
||||
|
||||
```bash
|
||||
user@vmhost: ~$ vagrant plugin install vagrant-hostsupdater
|
||||
|
@ -82,7 +82,7 @@ Vagrant will bootstrap a VM, install Ansible und run the provisioning from withi
|
|||
|
||||
1. [Download](https://www.virtualbox.org/wiki/Downloads) and install Virtualbox ([Documentation](https://www.virtualbox.org/wiki/End-user_documentation))
|
||||
|
||||
2. Follow the [guide to install the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). This SATT guide assumes Ubuntu 18.04 LTS
|
||||
2. Follow the [guide to install the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). This guide assumes Ubuntu 18.04 LTS.
|
||||
|
||||
3. Open Ubuntu through the Windows Start Menu
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue