1
0
mirror of https://github.com/minio/docs.git synced 2025-04-21 08:05:59 +03:00
docs/source/includes/windows/steps-deploy-minio-single-node-single-drive.rst
2023-02-10 14:21:42 -05:00

2.3 KiB

1) Download the MinIO Server

Download the MinIO executable from the following URL:

https://dl.min.io/server/minio/release/windows-amd64/minio.exe

The next step includes instructions for running the executable. You cannot run the executable from the Explorer or by double clicking the file. Instead, you call the executable to launch the server.

2) Create the systemd Service File

3) Create the Environment Variable File

4) Start the MinIO Service

Issue the following command on the local host to start the MinIO deployment as a service:

The journalctl output should resemble the following:

Status:         1 Online, 0 Offline. 
API: http://192.168.2.100:9000  http://127.0.0.1:9000       
RootUser: myminioadmin 
RootPass: minio-secret-key-change-me 
Console: http://192.168.2.100:9090 http://127.0.0.1:9090    
RootUser: myminioadmin 
RootPass: minio-secret-key-change-me 

Command-line: https://min.io/docs/minio/linux/reference/minio-mc.html
   $ mc alias set myminio http://10.0.2.100:9000 myminioadmin minio-secret-key-change-me

Documentation: https://min.io/docs/minio/linux/index.html

The API block lists the network interfaces and port on which clients can access the MinIO S3 API. The Console block lists the network interfaces and port on which clients can access the MinIO Web Console.

5) Connect to the MinIO Service