Clearly state how to spawn as fast as possible a dev. garage cluster from 0 to interacting with it through s3cmd #15

Merged
lx merged 3 commits from feature/on-boarding-2 into master 2020-11-19 15:53:21 +00:00
Showing only changes of commit 2ea1816a4a - Show all commits

View file

@ -35,11 +35,11 @@ We propose the following quickstart to setup a full dev. environment as quickly
```bash ```bash
s3cmd \ s3cmd \
--host 127.0.0.1:3900 \ --host 127.0.0.1:3900 \
--access_key=GK108acc0d179b13826e54442b \ --access_key=GK108acc0d179b13826e54442b \
--secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \ --secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
--region=garage \ --region=garage \
--no-ssl \ --no-ssl \
ls s3://éprouvette ls s3://éprouvette
``` ```
Now you should be ready to start hacking on garage! Now you should be ready to start hacking on garage!