Skip to content

Commit

Permalink
Merge pull request #1 from kelynch/doc_fixes
Browse files Browse the repository at this point in the history
Doc fixes
  • Loading branch information
kelynch authored Sep 13, 2017
2 parents cf778bc + 4978a81 commit ff0bbe0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ 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`.

* Copy `s3minio.cfg.example` to `s3minio.cfg` and modify the values set for `access_key` (line 2) and `secret_key` (line 57) to match the values of the dummy keys specified in `.env` for `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` respectively.

* 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
Expand All @@ -35,4 +37,4 @@ s3cmd -c s3minio.cfg put FILE [FILE...] s3://sandwich
```
s3cmd -c s3minio.cfg ls s3://sandwich
```
```

0 comments on commit ff0bbe0

Please sign in to comment.