Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install Minio

To deploy minio Minio on Linux, you need to have some knowledge and skills of the Linux operating system, and here are some Linux infrastructures and popular Linux distributions that will be used.

...

This document assumes that the Linux OS is already deployed and administrators of minio Minio have been granted root permission to Linux.

Create a

...

Minio file storage path

Code Block
mkdir /opt/mino/data -p

Create

...

Minio certificate key file path

Code Block
mkdir /opt/mino/certs -p

...

  1. Purchase a Domain (for example, cloudfon.net) from the domain provider (for example, GoDaddy.) for your CX. 

  2. Add an A record in the Domain DNS zone, and resolve the Domain to your CX IP, for example: point the cx.cloudfon.net to CX server IP.

  3. Purchase a certificate from the trust certificate provider for your domain, for example, Digicert, Thawte, GeoTrust; If you want to make it easier to manage multi-tenants, you'd better apply for a wildcard certificate.

  4. Generate the CSR file and private key file according to the certificate provider’s guide, and keep the files. usuallyUsually, you will have two files: the certificate and the private key. Note, please choose the certificates for Nginx.

  5. Rename the private key file as private.key. 

  6. Rename the public crt file as public.crt. 

Code Block
cd /opt/minio/certs
# Rename certifiate file to private.key
mv cert_key.pem private.key
# Rename certifiate file to yourname_cx.pem
mv cert.pem public.crt

Execute the docker installation

...

Minio instruction

Code Block
docker compose -f docker-compose.yml up -d

Configure

...

Minio

(1) Login to the minio Minio server via https://webdomain:8890

...

(4) Set access permission to Public

...

Configure

...

Minio integration

Log in to the system administrator portal, click "Advance"-> "Connector Hub Setting"-> "File Server"  and then slect select the type with "Minio" to enter the Minio settings page.

...