]> git.mxchange.org Git - friendica.git/commitdiff
Vagrant: Docs
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 07:38:51 +0000 (09:38 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 07:38:51 +0000 (09:38 +0200)
A typo and a note about resolving friendica.local

doc/Vagrant.md

index 06c14ff761cda4dc54901691757bdfaeda204984..94cebd7194e0a7b92899e1ffb03494be01ef247b 100644 (file)
@@ -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