Skip to main content
Version: 2.1.0

Installing HiTechCloud via Cloud-Init

Use the following cloud-init YAML configuration to automatically install HiTechCloud on your server during first boot:

#cloud-config
packages:
- curl
- lsb-release
- gnupg

runcmd:
- curl -fsSL https://hitechcloud.org/ | bash