mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
docs: Modified README.md by providing information about Minio server (#2704)
data directory.
This commit is contained in:
parent
a84548d7ea
commit
e273a40345
@ -39,6 +39,7 @@ $ go get -u github.com/minio/minio
|
|||||||
|
|
||||||
## 2. Run Minio Server
|
## 2. Run Minio Server
|
||||||
|
|
||||||
|
In the examples below, Minio serves the contents of the ‘’Photos” directory as an object store.
|
||||||
|
|
||||||
### GNU/Linux
|
### GNU/Linux
|
||||||
|
|
||||||
@ -161,10 +162,9 @@ Object API (Amazon S3 compatible):
|
|||||||
```
|
```
|
||||||
Please visit official zfs FreeBSD guide for more details [here](https://www.freebsd.org/doc/handbook/zfs-quickstart.html)
|
Please visit official zfs FreeBSD guide for more details [here](https://www.freebsd.org/doc/handbook/zfs-quickstart.html)
|
||||||
|
|
||||||
Note: `Photos` is data directory used in above Minio server example, replace it with your local setup.
|
|
||||||
|
|
||||||
## 3. Test Minio Server using Minio Browser
|
## 3. Test Minio Server using Minio Browser
|
||||||
|
|
||||||
|
|
||||||
Open a web browser and navigate to http://127.0.0.1:9000 to view your buckets on minio server.
|
Open a web browser and navigate to http://127.0.0.1:9000 to view your buckets on minio server.
|
||||||
|
|
||||||
![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser.jpg?raw=true)
|
![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser.jpg?raw=true)
|
||||||
|
Loading…
Reference in New Issue
Block a user