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