Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure Dassie is not running: docker-compose down

    1. Note if you have Hyrax running locally from previous builds, you might need to clear out old volumes (which will wipe out local data):

docker-compose down -v

  1. Build docker images for Koppie: docker-compose -f docker-compose-koppie.yml build

  2. Start Koppie: docker-compose -f docker-compose-koppie.yml up

  3. Load localhost:3000 in a browser.

...