]> git.mxchange.org Git - friendica.git/blobdiff - doc/Vagrant.md
Issue 11625: Don't parse the title through Markdown
[friendica.git] / doc / Vagrant.md
index 06c14ff761cda4dc54901691757bdfaeda204984..3751b7bc06cc365b259b4c268e0cfebb38d13a4f 100644 (file)
@@ -18,9 +18,10 @@ What you need to do:
 Please use an up-to-date vagrant version from https://www.vagrantup.com/downloads.html.
 2. Git clone your Friendica repository.
 Inside, you'll find a `Vagrantfile` and some scripts in the `bin/dev` folder.
+Pull the PHP requirements with `bin/composer install`.
 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 +64,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