
Setting up the MinIO file service
2 July 2023

Sanyam
Want to know how to setup MinIO file service plugin in Medusa.js in Windows using WSL?
Medusa.js
Installation
- Open your WSL terminal and download the latest stable MinIO DEB
wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20221015195703.0.0_amd64.deb -O minio.deb
- Install the deb file using the following command
sudo dpkg -i minio.deb
- Now, launch the MinIO server using a reference folder
mkdir ~/minio
minio server ~/minio --console-address :9090
For further read click here