How to install TencentCloud/CubeSandbox. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
TencentCloud/CubeSandbox Installation Guide
How to install TencentCloud/CubeSandbox. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for TencentCloud/CubeSandbox. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i TencentCloud/CubeSandboxor
Install via npx
npx @hexmos/ipm i TencentCloud/CubeSandboxPrerequisites
Linux
Operating SystemKVM
Virtualization Technologyx86_64
ArchitectureManual Installation Methods
Manual installation instructions. How to install from GitHub source.
One-Click Deployment (AMD64)
curl -fsSL https://github.com/TencentCloud/CubeSandbox/releases/download/v0.5.0/cube-sandbox-one-click-v0.5.0-amd64.tar.gz -o cube-sandbox-one-click-v0.5.0-amd64.tar.gz
tar -xzf cube-sandbox-one-click-v0.5.0-amd64.tar.gz
sudo ./install.shOne-Click Deployment (ARM64)
curl -fsSL https://github.com/TencentCloud/CubeSandbox/releases/download/v0.5.0/cube-sandbox-one-click-v0.5.0-arm64.tar.gz -o cube-sandbox-one-click-v0.5.0-arm64.tar.gz
tar -xzf cube-sandbox-one-click-v0.5.0-arm64.tar.gz
sudo ./install.shPVM Deployment
git clone https://github.com/TencentCloud/CubeSandbox.git
cd CubeSandbox
docs/guide/pvm-deploy.mdBare Metal Deployment
git clone https://github.com/TencentCloud/CubeSandbox.git
cd CubeSandbox
docs/guide/bare-metal-deploy.mdDevelopment Environment (QEMU VM)
git clone https://github.com/TencentCloud/CubeSandbox.git
cd CubeSandbox
docs/guide/dev-environment.md