mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +00:00
Complete documentation site covering all aspects of Barycenter: Getting Started, Authentication, OAuth 2.0/OIDC, Authorization Policy Engine, Administration, Deployment, Security, Development, and Reference sections (96 markdown files). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
991 B
991 B
Installation
Barycenter can be installed by building from source or by running the pre-built Docker image. Choose the method that best fits your environment.
Installation Methods
- Prerequisites -- Required and optional tooling for building and running Barycenter.
- Building from Source -- Clone the repository, compile with Cargo, and locate the output binary.
- Docker -- Pull the container image or build it locally, with guidance on port mapping and volume mounts.
Which Method to Choose
| Method | Best for | Requirements |
|---|---|---|
| Build from source | Development, customization, contribution | Rust toolchain, SQLite or PostgreSQL dev libs |
| Docker | Quick evaluation, CI/CD, production deployment | Docker or compatible container runtime |
After installation, proceed to the Quickstart guide to run Barycenter and issue your first tokens.