Kloxo es la opción gratuita más cómoda que encontré hasta el momento para instalar en mis servidores linux y gestionar mis sitios. Esta versión sin costo permite mantener hasta 40 dominios, lo que lo hace perfecto para gestionar VPSs.
Copio las instrucciones de instalación a continuación:
Important Post Installation Step
Make sure that you open the ports 7778 and 7777 in the firewall. Otherwise you won’t be able to connect to Kloxo.
You have to disable selinux by editing /etc/sysconfig/selinux and changing the line to selinux=disabled and then running
# $ setenforce 0
Kloxo installation consists of downloading either the kloxo-install-master.sh or kloxo-install-slave.sh from download.lxlabs.com and executing them as root. They will download all the required files and do the complete installation on their own.
Installation Commands
# $ wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
# $ sh ./kloxo-install-master.sh
You will presented with a question/menu from yum/up2date, on which you can press
Kloxo will install:
1. Web server:
* apache
* pure-ftp
* awstats
2. Mail server:
* qmail-toaster
* courier (imap pop)
* webmail
* httpd (for webmail)
3. Nameserver:
* bind
* bind-chroot
4. Database Server:
* mysql-server
Once kloxo is installed, you can connect to ‘http://machine-name:7778′, and you will be presented with a login screen – the password would be ‘admin’. Once you login, Kloxo will explicitly force you to change the password to something other than ‘admin’.
martes, 13 de julio de 2010
Instalación de Kloxo, el administrador gratuito de hosting
Suscribirse a:
Enviar comentarios (Atom)

2 comentarios:
Hola amigo, quiero probar kloxo pero me da un error al ejecutar el archivo descargado en la instruccion:
# $ sh ./kloxo-install-master.sh
el error es el siguiente:
./kloxo-install-master.sh: 49: function: not found
me fijo en el archivo y en esa linea hay una llamada a la funcion fucntion get_yes_no y no se como seguir.
Si puedes ayudarme te lo agradecería.
Rodrigo, parece ser un problema con el sistema operativo en el cual estás corriendo el script. No está reconociendo la sentencia "function". Qué SO y qué versión es?
Publicar un comentario en la entrada