This project automates the preparation of a fresh Linux server to run nodes in a clustered environment.
The install.sh script performs the following actions:
- Installs all necessary packages, Docker, VirtualBox, and dependencies.
- Downloads ZIP archives from Google Drive:
32GBVHD.zip: extracted to/root/(runs in background)base184.zip: extracted to/root/filesForVHD
- Clones the Qubic Docker setup repository to
/root/qubic_docker - Cleans up downloaded files
- Ubuntu 22.04+
- Sudo privileges
git clone https://github.com/KavataK/qubic-cluster-machine-setup.git
cd qubic-cluster-machine-setup
bash install.sh