Installation Guide
The following requirements and instructions are valid in macOS, similar to Linux, and have not been tested on Windows yet.
Build from Source
The source code of OlaOS will be open source soon!
Requirements
Rust
Install the latest version of Rust
Docker
OlsOS's database runs in a Docker container, so Docker is required.
Install the latest version of Docker, it is recommended to install Docker desktop app.
Postgres
The underlying database of OlaOS uses Postgres, installation instruction on macOS
SQLx CLI
Database connection and migration use sqlx-cli
Installation
Installation from pre-built Binary
Coming soon!
Last updated