Documentation/Démarrage

Installation

Via Docker Compose

git clone https://github.com/example/unimoni
cd unimoni
make up   # Postgres + TSDB
make api  # API server
make web  # Next.js cabinet

Via brew (sans Docker)

brew install postgresql@16 tsdb
brew services start postgresql@16
brew services start tsdb
make api
make web

Via le binaire

Téléchargez une release depuis GitHub Releases, placez-la dans /usr/local/bin, lancez l'unité systemd. Instructions complètes dans Production deployment.