1
0
mirror of https://github.com/astaxie/cookbook.git synced 2025-08-08 09:42:04 +03:00

Doc:Modified the new link for quickstart guide. (#47)

This commit is contained in:
koolhead17
2016-07-25 00:15:12 -07:00
committed by Harshavardhana
parent a856f9f2e3
commit f712c51f00
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ In this recipe, we will learn how to use Minio as log aggregator for fluentd usi
## 1. Prerequisites
* Install Minio Server from [here](http://docs.minio.io/docs/minio).
* Install `mc` from [here](http://docs.minio.io/docs/minio-client-quick-start-guide)
* Install `mc` from [here](http://docs.minio.io/docs/minio-client-quickstart-guide)
## 2. Installation

View File

@@ -5,7 +5,7 @@ In this recipe we will learn how to store MongoDB backups in Minio Server.
## 1. Prerequisites
* Install mc from [here](https://docs.minio.io/docs/minio-client-quick-start-guide).
* Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide).
* Install Minio Server from [here](https://docs.minio.io/docs/minio ).
* Know where the MongoDB backups reside in the local filesystem.

View File

@@ -5,7 +5,7 @@ In this recipe we will learn how to store MySQL backups in Minio Server.
## 1. Prerequisites
* Install mc from [here](https://docs.minio.io/docs/minio-client-quick-start-guide).
* Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide).
* Install Minio Server from [here](https://docs.minio.io/docs/minio ).
* Know where the MySQL backups reside in the local filesystem.

View File

@@ -4,7 +4,7 @@ In this recipe you will learn how to store PostgreSQL backups in Minio Server.
## 1. Prerequisites
* Install mc from [here](https://docs.minio.io/docs/minio-client-quick-start-guide).
* Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide).
* Install Minio Server from [here](https://docs.minio.io/docs/minio ).
* Know where the PostgreSQL backups reside in the local filesystem.