PASO 1
Instalamos CentOS en versión mínima y configuramos nuestra red.
En el sitio de Cpanel hacen las siguientes recomendaciones sobre como particionar.
Partition | Size | Partition Contents |
---|---|---|
/ | 40 GB recommended (20 GB minimum) | Base operating system |
/boot | 250 MB | Kernels, boot loader configuration file |
/usr | 16 GB recommended (8 GB minimum) | cPanel, Apache, Apache logs, and most applications |
/var | 16 GB recommended (8 GB minimum) Note: Allotting more disk space provides you with more database storage. | MySQL databases, cPanel configuration, system logs, and mail queue |
/home | Grow to fill disk Note: Allotting more disk space allows you to host more accounts. | cPanel user accounts |
/tmp | 2 GB Note: We recommend creating a /tmp partition. You can use securetmp regardless of this setting. | Temporary files |
swap | Twice the server's RAM | The amount of RAM overflow that the system can write to the hard disk. |
Pero en lo personal no estoy de acuerdo ya que /var y /usr suelen saturarse con el paso del tiempo debido a actualizaciones o software adicional que vamos necesitando instalar.
Para evitar problemas en lo personal prefiero:
/boot
/swap
/
PASO 2
Ejecutar:
# cd /home
# wget -N http://httpupdate.cpanel.net/latest — Fetches the latest installation files from cPanel's servers.
# chmod 755 latest
# ./latest
Pasara por un proceso alrededor de 45min dependiendo del hardware, así que no se aburran.
Una vez terminado el proceso elimina el archivo latest y entra a https://TU-IP:2087
el usuario y contraseña serán los mismos que root.
No hay comentarios:
Publicar un comentario