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.

  1. Take down all containers:
./stop.sh
  1. 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.

  1. Take down all containers:
./scripts/down.sh
  1. 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.