File tree Expand file tree Collapse file tree 2 files changed +5
-72
lines changed Expand file tree Collapse file tree 2 files changed +5
-72
lines changed Original file line number Diff line number Diff line change 11FreeBSD service for Minio
22=======================
33
4+ FreeBSD already packages and provides Minio port. Thanks to Steve Wills.
5+
46Usage
57-----
68
7- - [ Download Minio] ( https://minio.io/downloads ) in ` /usr/local/bin/minio ` .
8- - Save the FreeBSD service config file in ` /etc/rc.d/minio ` , configure it for your local needs.
9- - Ensure that config folder ` /etc/minio ` exists and ` minio-user ` user can access it.
10- - Ensure that export folder ` /mnt/export ` exists and ` minio-user ` user can access it.
11- - Edit ` /etc/rc.conf ` add ` minio_enable="YES" ` , this would enable ` minio ` service script.
12- - Now use ` service minio start|stop|status ` as ` minio ` .
9+ ``` sh
10+ pkg install minio ; sysrc minio_enable=yes ; service minio start
11+ ```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments