Installation
Vince ships a single executable without any dependencies.
Installing
MacOS and Linux
curl -fsSL https://vinceanalytics.com/install.sh | bash
Docker
docker pull ghcr.io/vinceanalytics/vince
From source
go install github.com/vinceanalytics/vince@latest
Download
Checking installation
vince --version
Start vince
vince serve --adminName=acme \
--adminPassword=1234\
--adminEmail=acme@example.com
This command will start vince on localhost:8080
. You can automatically add sites on startup with --domains
flag.