Merge pull request #150 from petems/add_nuke_instructions
Added 'nuke' instructions.
This commit is contained in:
commit
123432b852
1 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,8 @@ Below you can find common questions and answers.
|
||||||
|
|
||||||
### Q: How do you uninstall an application and get it to reinstall in the application folder with boxen?
|
### Q: How do you uninstall an application and get it to reinstall in the application folder with boxen?
|
||||||
|
|
||||||
When removing applications make sure to remove the corresponding `/var/db/.puppet_appdmg_installed_application` so that boxen will reinstall it.
|
When removing applications make sure to remove the corresponding `/var/db/.puppet_appdmg_installed_application` so that boxen will reinstall it.
|
||||||
|
|
||||||
|
### Q: How do you remove Boxen?
|
||||||
|
|
||||||
|
Run `script/nuke` from inside the `/opt/boxen/repo` directory.
|
||||||
|
|
Loading…
Reference in a new issue