INSTALL MINIO DAN NGINX DI LINUX UBUNTU #14 Maret 2025 #36

Open
opened 1 year ago by galinggih2902 · 0 comments
Owner

REFERENCES: https://musaamin.web.id/install-minio-on-ubuntu2404/

  1. Download dan install minio server

wget https://dl.min.io/server/minio/release/linux-amd64/minio_20240626010618.0.0_amd64.deb
sudo dpkg -i minio_20240626010618.0.0_amd64.deb

  1. Check the latest version at min.io/download. Create a minio-user and change the ownership of the minio-storage directory

sudo useradd -r minio-user -s /sbin/nologin
sudo chown minio-user:minio-user /mnt/minio-storage

Create the minio configuration file:

sudo nano /etc/default/minio

MINIO_VOLUMES="/mnt/minio-storage"
MINIO_OPTS="--address :9000 --console-address :9001"
MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE
MINIO_ROOT_PASSWORD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

and then open port.

sudo systemctl start minio
sudo systemctl status minio

image

image

REFERENCES: https://musaamin.web.id/install-minio-on-ubuntu2404/ 1. Download dan install minio server wget https://dl.min.io/server/minio/release/linux-amd64/minio_20240626010618.0.0_amd64.deb sudo dpkg -i minio_20240626010618.0.0_amd64.deb 2. Check the latest version at min.io/download. Create a minio-user and change the ownership of the minio-storage directory sudo useradd -r minio-user -s /sbin/nologin sudo chown minio-user:minio-user /mnt/minio-storage Create the minio configuration file: sudo nano /etc/default/minio MINIO_VOLUMES="/mnt/minio-storage" MINIO_OPTS="--address :9000 --console-address :9001" MINIO_ROOT_USER=AKIAIOSFODNN7EXAMPLE MINIO_ROOT_PASSWORD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY and then open port. sudo systemctl start minio sudo systemctl status minio ![image](/attachments/8053c2ec-653f-47d0-8f92-68bf9482f8cc) ![image](/attachments/d3b8100d-5fc0-465f-8fc9-bd92a8d201c7)
599 KiB
305 KiB
galinggih2902 changed title from 14 Maret 2025 #INSTALL MINIO DAN NGINX DI LINUX BUKAN DOCKER DESKTOP to 14 Maret 2025 #INSTALL MINIO DAN NGINX DI LINUX BUKAN DOCKER DESKTOP DAN LOGIN SENTRY 1 year ago
galinggih2902 changed title from 14 Maret 2025 #INSTALL MINIO DAN NGINX DI LINUX BUKAN DOCKER DESKTOP DAN LOGIN SENTRY to INSTALL MINIO DAN NGINX DI LINUX UBUNTU #14 Maret 2025 1 year ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.