Updated Vagrant (markdown)

Lauri Ojansivu 2018-01-15 21:49:50 +02:00
parent 62534f7adf
commit 7112839a53

@ -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!!!**
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!!!**