mirror of
https://github.com/minio/docs.git
synced 2025-04-25 17:22:39 +03:00
This commit also generally cleans up the Installation docs and uses /includes/<platform>/steps-*.rst as a pattern for storing platform-specific tutorials within a single root URL. Finally, due to API rate limits, this commit adds some Makefile magic to allow skipping of sync'ing dependencies. Pass `make BUILD_DEPENDENCIES=FALSE <platform>` to skip building any deps and use what is already in the branch.
31 lines
1.1 KiB
ReStructuredText
31 lines
1.1 KiB
ReStructuredText
1) Download the MinIO Server
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. include:: /includes/macos/common-installation.rst
|
|
:start-after: start-install-minio-binary-desc
|
|
:end-before: end-install-minio-binary-desc
|
|
|
|
2) Create the Environment Variable File
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. include:: /includes/common/common-deploy.rst
|
|
:start-after: start-common-deploy-create-environment-file-single-drive
|
|
:end-before: end-common-deploy-create-environment-file-single-drive
|
|
|
|
3) Start the MinIO Deployment
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Issue the following command on the local host to start the MinIO |SNSD| deployment as a foreground process.
|
|
You must keep the shell or terminal session open to keep the process running.
|
|
|
|
.. include:: /includes/macos/common-installation.rst
|
|
:start-after: start-run-minio-binary-desc
|
|
:end-before: end-run-minio-binary-desc
|
|
|
|
4) Connect to the MinIO Deployment
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. include:: /includes/common/common-deploy.rst
|
|
:start-after: start-common-deploy-connect-to-minio-deployment
|
|
:end-before: end-common-deploy-connect-to-minio-deployment
|