Cleaning Up
Working with Gather Deploy
If you’d like to wipe all the data that you created during this walkthrough, this section goes through the necessary commands. These steps assume that you’re currently in the gather-deploy
directory.
- Take down all containers:
./stop.sh
- Wipe ALL data:
./wipe.sh
You will now be able to repeat the steps of this tutorial from a fresh starting point, should you wish to do so.
Working with Aether Bootstrap
If you’d like to wipe all the data that you created during this walkthrough, this section goes through the necessary commands. These steps assume that you’re currently in the aether-bootstrap
directory.
- Take down all containers:
./scripts/down.sh
- Wipe ALL data:
./scripts/wipe.sh
You will now be able to repeat the steps of this tutorial from a fresh starting point, should you wish to do so.