# Import and Playlist Daemon Tank implements an AURA import and playlist daemon. ## Getting Started To install tank, use the `go get` command: ```sh $ go get gitlab.servus.at/autoradio/tank/... ``` And then run the `tank` binary: ```sh $ $GOPATH/bin/tank run --listen localhost:8000 ```