diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-19 15:36:04 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-19 15:36:04 +0100 |
commit | df44d32e458b7ac2b2531ab8e4504f3d8fffcea5 (patch) | |
tree | 81989cc3f5eb657712b70d76ab7d8d213e2f134d /README.md | |
parent | 8ad1df71e13bbf2524d324aeadc271959a37992f (diff) | |
download | garage-df44d32e458b7ac2b2531ab8e4504f3d8fffcea5.tar.gz garage-df44d32e458b7ac2b2531ab8e4504f3d8fffcea5.zip |
Fix indent
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -23,14 +23,14 @@ We propose the following quickstart to setup a full dev. environment as quickly 1. Setup a rust/cargo environment 2. Run `cargo build` to build the project 3. Run `./example/dev-cluster.sh` to launch a test cluster (feel free to read the script) - 4. Set a convenient alias `alias grg=./target/debug/garage` - 5. Get your node IDs with `grg status` - 6. Configure them, eg. `grg node configure -d dc1 -n 10 dd79867e0f5a9e08` - 7. Create a bucket, eg. `grg bucket create éprouvette` - 8. Create a key, eg. `grg key new --name opérateur` - 9. Bind the key with the bucket, eg. `grg bucket allow éprouvette --read --write --key GK108acc0d179b13826e54442b` - 10. Install s3cmd, eg. `dnf install s3cmd` - 11. s3cmd example command: + 4. Set a convenient alias `alias grg=./target/debug/garage` + 5. Get your node IDs with `grg status` + 6. Configure them, eg. `grg node configure -d dc1 -n 10 dd79867e0f5a9e08` + 7. Create a bucket, eg. `grg bucket create éprouvette` + 8. Create a key, eg. `grg key new --name opérateur` + 9. Bind the key with the bucket, eg. `grg bucket allow éprouvette --read --write --key GK108acc0d179b13826e54442b` + 10. Install s3cmd, eg. `dnf install s3cmd` + 11. s3cmd example command: ```bash s3cmd \ |