aerogramme/doc/src/installation.md

480 B

Installation

Install a Rust nightly toolchain: go to Rustup.

Install and deploy a Garage cluster: go to Garage documentation.

Clone Aerogramme's repository:

git clone https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/

Compile Aerogramme:

cargo build

Check that your compiled binary works:

cargo run

You are now ready to setup Aerogramme!