From 7112839a535fb71b2fff032f0d418c9480638ab8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 15 Jan 2018 21:49:50 +0200 Subject: [PATCH] Updated Vagrant (markdown) --- Vagrant.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Vagrant.md b/Vagrant.md index 7a6b64c..3ba959a 100644 --- a/Vagrant.md +++ b/Vagrant.md @@ -29,4 +29,11 @@ sudo systemctl restart snap.wekan.wekan ``` 8) Got to your local browser and type in `localhost:8080` -9) Once your done testing your Vagrantbox just go back to the cmd line and type `vagrant destroy` And it completely wipes any trace of the test environment from your system, however you can very very easily rebuild it by doing another `vagrant up` **Note: This will not save any data you may have put into Wekan!!!** \ No newline at end of file + +9) You can go inside VM with `vagrant ssh` + +10) Look at [Ubuntu snap wiki](https://github.com/wekan/wekan-snap/wiki) for additional configuration, backups etc + +## Deleting + +Once your done testing your Vagrantbox just go back to the cmd line and type `vagrant destroy` And it completely wipes any trace of the test environment from your system, however you can very very easily rebuild it by doing another `vagrant up` **Note: This will not save any data you may have put into Wekan!!!** \ No newline at end of file