Good day!
I was able to install it on an Oracle ARM Instance with 2ocpu and 12gb with the following commands …
In the beginning I had several conflicts until I put “-f” to point 10.
( Buen dia!
Yo pude lograr instalarlo en Instancia Oracle ARM con 2ocpu y 12gbRAM con los siguientes comandos …
En un comienzo tuve varios conflictos hasta que puse “-f” al punto 10.
)
INTALANDO HESTIACP en Ubuntu 20.04 ARM [VM.Standard.A1.Flex]
1 sudo apt-get update
2 sudo apt-get upgrade
3 sudo reboot
4 mkdir /tmp/hestiacp-src
5 cd /tmp/hestiacp-src
6 git clone https://github.com/hestiacp/hestiacp.git
7 cd hestiacp/src/
8 sudo ./hst_autocompile.sh --all --noinstall --keepbuild ‘~localsrc’
9 cd …/install/
10 sudo bash hst-install-ubuntu.sh -f --with-debs /tmp/hestiacp-src/deb/
11 sudo reboot
12 sudo iptables -L INPUT
13 #MODIFICAR ARCHIVO “/etc/iptables/rules.v4” AGREGAR LOS PUERTOS UTILIZADOS
14 sudo iptables-restore < /etc/iptables/rules.v4
15 sudo iptables -L INPUT