Quickstart
You can install wanderer components either via Docker (Quick Setup or Manual Setup) or from source.
For a quick setup, you can run the following command in your terminal.
This will create a docker-compose.yml file and start the services.
/bin/bash -c "$(curl -fsSL https://wanderer.to/setup.sh)"docker compose up -dAfter a few seconds, you should be able to access wanderer at http://localhost:3000 or your chosen domain.
Updating
Section titled “Updating”To update your instance to the latest version:
docker compose pulldocker compose up -dAlways consult the changelog before updating, in case of breaking changes.