From 187a9130efd7c2345e0c88b16453e47251620bc7 Mon Sep 17 00:00:00 2001 From: Katherine Lynch Date: Wed, 13 Sep 2017 09:44:18 -0400 Subject: [PATCH 1/2] Removing leading slashes from test paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a105244..85b7af4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Minio can also work with AWS::SDK and aws-cli. ### Deployment -* Make the directories for config and data: `mkdir -p /test/.minio/config` and `mkdir -p /test/.minio/data`. +* Make the directories for config and data: `mkdir -p test/.minio/config` and `mkdir -p test/.minio/data`. * Copy `.env.example` to `.env` and input dummy keys for `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY`. @@ -35,4 +35,4 @@ s3cmd -c s3minio.cfg put FILE [FILE...] s3://sandwich ``` s3cmd -c s3minio.cfg ls s3://sandwich -``` \ No newline at end of file +``` From 4978a81781968f1a008a8ab6fcff40e832980d77 Mon Sep 17 00:00:00 2001 From: Katherine Lynch Date: Wed, 13 Sep 2017 09:57:38 -0400 Subject: [PATCH 2/2] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85b7af4..a9f9d06 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Minio can also work with AWS::SDK and aws-cli. * Run `docker-compose up`. +* You can visit your locally-deployed minio instance at [http://localhost:9000/minio](http://localhost:9000/minio), using the values of `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` to log in. + ### Sample commands #### Add a bucket