diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-07 12:49:12 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-07 12:49:12 +0100 |
commit | fdbf5100cdbb11a4b09a00199f32172accc57f98 (patch) | |
tree | d1653f37178da586533dcded42e6e7cbccd395da /README.md | |
parent | 154f71f41003fa9e0e26312ac2aaeff2dcc83082 (diff) | |
parent | c9c699d377aae1d20107efd590c22290ad2b740b (diff) | |
download | garage-fdbf5100cdbb11a4b09a00199f32172accc57f98.tar.gz garage-fdbf5100cdbb11a4b09a00199f32172accc57f98.zip |
Merge branch 'master' into feature/website
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ Non-goals include: Our main use case is to provide a distributed storage layer for small-scale self hosted services such as [Deuxfleurs](https://deuxfleurs.fr). +## Development + + 1. Setup a rust/cargo environment + 2. Run `cargo build` to build the project + 3. Run `RUST_BACKTRACE=1 RUST_LOG=garage=debug ./target/debug/garage server -c ./config.dev.toml` to launch a garage test instance (data will be saved in `/tmp`, no encryption, only one instance) + ## Setting up Garage Use the `genkeys.sh` script to generate TLS keys for encrypting communications between Garage nodes. |