From e4dc2b8e1c0ef1a88d0f57fe98203e9be3150575 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 1 Oct 2021 09:38:51 +0200 Subject: [PATCH] Vagrant: Docs A typo and a note about resolving friendica.local --- doc/Vagrant.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Vagrant.md b/doc/Vagrant.md index 06c14ff76..94cebd719 100644 --- a/doc/Vagrant.md +++ b/doc/Vagrant.md @@ -20,7 +20,7 @@ Please use an up-to-date vagrant version from https://www.vagrantup.com/download Inside, you'll find a `Vagrantfile` and some scripts in the `bin/dev` folder. 3. Run `vagrant up` from inside the friendica clone. This will start the virtual machine. -Be patient: When it runs for the first time, it downloads an Debian Server image and installs Friendica. +Be patient: When it runs for the first time, it downloads a Debian Server image and installs Friendica. 4. Run `vagrant ssh` to log into the virtual machine to log in to the VM in case you need to debug something on the server. 5. Open you test installation in a browser. Go to friendica.local (or 192.168.22.10). @@ -63,4 +63,6 @@ Stop the Vagrant VM and run the following command: On the next Vagrant up, the version problem should be fixed. +If `friendica.local` is not resolved, you may need to add an entry to the `/etc/hosts` file (or similar configuration depending on the OS you are using). + For further documentation of vagrant, please see [the vagrant*docs*](https://docs.vagrantup.com/v2/). \ No newline at end of file