Changes

From SME Server
Jump to navigationJump to search
47 bytes removed ,  13:52, 17 June 2020
Line 47: 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 67: 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 97: 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