Installation
Über Docker Compose
git clone https://github.com/example/unimoni
cd unimoni
make up # Postgres + TSDB
make api # API server
make web # Next.js cabinetÜber brew (ohne Docker)
brew install postgresql@16 tsdb
brew services start postgresql@16
brew services start tsdb
make api
make webÜber das Binary
Laden Sie ein Release von GitHub Releases, legen Sie es in /usr/local/bin und starten Sie das systemd-Unit. Vollständige Anleitung in Production deployment.