Installing on a Virtual Machine
You can install the system on a virtual host machine.
Supported virtualization systems:
- Oracle VirtualBox
- vmWare
To do this, you need to download the iso image of CentOS 7(minimal) OS with the architecture you need.
Configure the virtual machine based on the minimum system requirements that are similar to the requirements for the physical device and run the installation with the iso image. Follow the installation instructions for the system.
Remote installation on the server in the data center
- Log in to the server using the SSH protocol
- Install the program to download files over the network "wget" by running the command:
yum install -y wget
- Install Carusto platform with the command:
wget api.carusto.com/install.sh -O - | bash