Changes

From SME Server
Jump to navigationJump to search
51 bytes removed ,  13:52, 17 June 2020
Line 1: Line 1:  
== Installing MinIO on SME ==
 
== Installing MinIO on SME ==
 +
 +
===General Notes===
    
Just some notes on the basics of installing MinIO
 
Just some notes on the basics of installing MinIO
   −
It works, but needs a startup script to automate start/stop
+
This could be used with your own instance of say [RClone](https://wiki.contribs.org/Rclone) or Rocket.Chat
   −
This could be used with your own instance of say [RClone](https://wiki.contribs.org/Rclone)
+
Documentation here:
    
https://min.io/download#/linux
 
https://min.io/download#/linux
 +
 
https://docs.min.io/docs/minio-quickstart-guide.html
 
https://docs.min.io/docs/minio-quickstart-guide.html
 +
 
https://docs.min.io/docs/minio-server-configuration-guide.html
 
https://docs.min.io/docs/minio-server-configuration-guide.html
   −
Followed notes form here
+
Followed notes from here https://www.centosblog.com/install-configure-minio-object-storage-server-centos-linux/
https://www.centosblog.com/install-configure-minio-object-storage-server-centos-linux/
  −
 
      
=== Install Minio on SME v9 ===
 
=== Install Minio on SME v9 ===
Line 45: Line 47:  
  /opt/minio/bin/minio server --address 1.2.3.4:9000 /opt/minio/data
 
  /opt/minio/bin/minio server --address 1.2.3.4:9000 /opt/minio/data
   −
Once you have the keys you can then follow the instructions below to start it as a service (there is probably a way to automate all this)
+
Once you have the keys you can then follow the instructions for Automated Service below.
    
Note this only runs on http. It could run https but for EXTERNAL access but you need to set it up with certs (see docs)
 
Note this only runs on http. It could run https but for EXTERNAL access but you need to set it up with certs (see docs)
Line 65: Line 67:  
https://docs.min.io/docs/minio-client-quickstart-guide
 
https://docs.min.io/docs/minio-client-quickstart-guide
   −
  wget https://dl.min.io/client/mc/release/linux-amd64/mc -) /opt/minio/bin
+
  wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /opt/minio/bin/mc
 
  chmod +x /opt/minio/bin/mc
 
  chmod +x /opt/minio/bin/mc
 
  /opt/minio/bin/mc --help
 
  /opt/minio/bin/mc --help
Line 86: Line 88:       −
==== Some other notes ====
+
====Automated startup====
    
Init scripts that don't work on SME - note there is a Unit file for systemd
 
Init scripts that don't work on SME - note there is a Unit file for systemd
Line 95: Line 97:     
https://github.com/fhd/init-script-template/blob/master/template
 
https://github.com/fhd/init-script-template/blob/master/template
      
  #!/bin/sh
 
  #!/bin/sh

Navigation menu