Test drive
If you just want to experiment with Offen Fair Web Analytics or give it a quick test drive, you can run the application in demo mode.
Open your terminal and type:
curl -sS https://demo.offen.dev | bash
You can do the same using our official Docker image:
docker run --rm -it -p 9876:9876 offen/offen:latest demo -port 9876
If you have already downloaded the binaries use:
./offen demo
Head to the URL printed in the terminal and start your testing. You can log in using the account demo@offen.dev
and password demo
.
Heads Up
When running the demo locally, you have to access it using the localhost
hostname as otherwise certain browser APIs are blocked due to running in an insecure context.