X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FVagrant.md;h=3751b7bc06cc365b259b4c268e0cfebb38d13a4f;hb=f329d5c067f0b981fb100fafdf5ad484e5b828f7;hp=06c14ff761cda4dc54901691757bdfaeda204984;hpb=d6f89da11ba9fdfa8f2d688f8b680fd2f1ff0564;p=friendica.git diff --git a/doc/Vagrant.md b/doc/Vagrant.md index 06c14ff761..3751b7bc06 100644 --- a/doc/Vagrant.md +++ b/doc/Vagrant.md @@ -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