From: Tobias Diekershoff <tobias.diekershoff@gmx.net> Date: Fri, 16 Jan 2015 10:20:48 +0000 (+0100) Subject: added info how to halt the VM to the vagrant docs. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80abd1bd41d5f13b60e053a1ac9d0359cb8d2f5d;p=friendica.git added info how to halt the VM to the vagrant docs. --- diff --git a/doc/Vagrant.md b/doc/Vagrant.md index dec8112edc..fd6b818e78 100644 --- a/doc/Vagrant.md +++ b/doc/Vagrant.md @@ -13,3 +13,11 @@ Vagrant for Friendica Developers 6. Work on Friendica's code in your git clone on your machine (not in the VM). 7. Check the changes in your browser in the VM. Debug via the "vagrant ssh" login. 8. Commit and push your changes directly back to Github. + +If you want to stop vagrant after finishing your work, run the following command + + $> vagrant halt + +in the development directory. + +For further documentation of vagrant, please see [the vagrant*docs*](https://docs.vagrantup.com/v2/).