Changes

From SME Server
Jump to navigationJump to search
10 bytes removed ,  13:52, 17 June 2020
Line 5: Line 5:  
Just some notes on the basics of installing MinIO
 
Just some notes on the basics of installing MinIO
   −
This could be used with your own instance of say [RClone](https://wiki.contribs.org/Rclone)
+
This could be used with your own instance of say [RClone](https://wiki.contribs.org/Rclone) or Rocket.Chat
 +
 
 +
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 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