X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FVagrant.md;h=4040495ca63cd63a6d316fb6d728bd5c79971b7b;hb=69a73678ebc18ad27b27f1bf92bc9433b7e7066f;hp=a50d24b13816e5ecf7f9b6c8e9e2f6860744befa;hpb=334d3921549a538130220f8b627f39f3e0877e26;p=friendica.git diff --git a/doc/Vagrant.md b/doc/Vagrant.md index a50d24b138..4040495ca6 100644 --- a/doc/Vagrant.md +++ b/doc/Vagrant.md @@ -42,7 +42,7 @@ This will not delete the virtual machine. 9. To ultimately delete the virtual machine run $> vagrant destroy - $> rm /vagrant/config/.htconfig.php + $> rm /vagrant/config/local.config.php to make sure that you can start from scratch with another "vagrant up". @@ -53,6 +53,6 @@ You will then have the following accounts to login: * friendica1, password friendica1 * friendica2, password friendica2 and so on until friendica5 * friendica1 is connected to all others. friendica1 has two groups: group1 with friendica2 and friendica4, group2 with friendica3 and friendica5. - * friendica2 and friendica3 are conntected. friendica4 and friendica5 are connected. + * friendica2 and friendica3 are connected. friendica4 and friendica5 are connected. For further documentation of vagrant, please see [the vagrant*docs*](https://docs.vagrantup.com/v2/).