Newer
Older
nc-env / templates / template11-minio-storage-server / Readme.md

Stand-alone Nextcloud server

Setup

  • Assuming that the copy of the template is called minio-storage-server, move to folder minio-storage-server.
  • Check the content of folder artifacts
File name Description
minio Minio Server's binary file - Downloadable from https://dl.min.io/server/minio/release/linux-amd64/minio
minio.service Minio Server unit file - Base file is https://raw.githubusercontent.com/minio/minio-service/master/linux-systemd/minio.service
minio.conf Minio Server configuration file
rootCA.pem The rootCA previously created in your host machine
rootCA-key.pem The rootCA key previously created in your host machine
  • Create folder log
  • Open Vagrantfile and change the value of variable lxd.name. It makes sense to give the same name as the folder, in this example minio-storage-server.
  • Open provision.sh
    • change the value of variable MACHINE_HOSTNAME. It makes sense to give the same name as the folder, plus the domain, in this example minio-storage-server.localenv.com.
  • Run vagrant up > log/provisioning.log
  • Make sure your system is able to resolve the domain name that you specified in variable MACHINE_HOSTNAME, for example by adding an entry in /etc/hosts
  • Start using your environment