1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

DOCS-728: Dropping Windows cruft (#729)

Closes #728
This commit is contained in:
Ravind Kumar
2023-02-10 14:21:42 -05:00
committed by GitHub
parent 94d1faa9c1
commit 96cda9c385
6 changed files with 132 additions and 23 deletions

View File

@@ -10,7 +10,17 @@ Quickstart for Windows
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
For instructions on deploying to production environments, see :ref:`deploy-minio-distributed`.
.. note::
MinIO has limited support for multi-drive Windows deployments due to behaviors and limitations of the NTFS filesystem.
This documentation only covers Single-Node Single-Drive deployment topologies on Windows.
Use :minio-docs:`Linux hosts <minio/linux/operations/installation.html>` for deploying Single-Node Multi-Drive or Multi-Node Multi-Drive MinIO topologies.
Use Windows-based MinIO deployments for early development and evaluation.
MinIO strongly recommends Linux (RHEL, Ubuntu) systems for long-term development and production environments.
MinIO supports non-EOL Windows versions (Windows 10, Windows Server 2016+).
Prerequisites
-------------
@@ -70,8 +80,8 @@ Procedure
#. Connect your Browser to the MinIO Server
Access the :ref:`minio-console` by going to a browser (such as Microsoft Edge) and going to ``http://127.0.0.1:9000`` or one of the Console addresses specified in the :mc:`minio server` command's output.
For example, :guilabel:`Console: http://192.0.2.10:9090 http://127.0.0.1:9090` in the example output indicates two possible addresses to use for connecting to the Console.
Access the :ref:`minio-console` by going to a browser (such as Microsoft Edge) and going to ``http://127.0.0.1:9090`` or one of the Console addresses specified in the :mc:`minio server` command's output.
For example, ``Console: http://192.0.2.10:9090 http://127.0.0.1:9090`` in the example output indicates two possible addresses to use for connecting to the Console.
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
@@ -132,4 +142,3 @@ Next Steps
- :ref:`Connect your applications to MinIO <minio-drivers>`
- :ref:`Configure Object Retention <minio-object-retention>`
- :ref:`Configure Security <minio-authentication-and-identity-management>`
- :ref:`Deploy MinIO for Production Environments <deploy-minio-distributed>`