campo486 Posted June 27, 2012 Share Posted June 27, 2012 Gostaria de realizar alguns teste em uma maquina onde instalei o Linux CentOS, e estou procurando o download do Cpanel/WHM e não encontro. Tentei no seguinte link http://httpupdate.cpanel.net/ cpanel-universal-install.sea v00021 (Tue Dec 13 23:50:36 2011) Este formato .sea é normal, nunca vi antes. Link to comment Share on other sites More sharing options...
EliasJunior Posted June 27, 2012 Share Posted June 27, 2012 aqui o download do cpanel: http://httpupdate.cpanel.net/latest Tutorial para instalalo: Instalando Cpanel: No SSH digite: Vamos ao diretório /home # cd /home Fazendo o download do cpanel # wget -N http://httpupdate.cpanel.net/latest Setar permissão de execulção no arquivo # chmod +x latest Execultar o arquivo # sh latest E por final, validando a licença do cpanel # /usr/local/cpanel/cpkeyclt Configurando Cpanel: Link to comment Share on other sites More sharing options...
Andre Juliano Posted June 28, 2012 Share Posted June 28, 2012 Também tem essa forma bem simples: mkdir /home/cpins cd /home/cpins wget http://layer1.cpanel.net/latest sh latest WebChamp - Hospedagem de Sites, Revenda de Hospedagem, Revenda de VPS, Servidores Virtuais (OpenVZ / KVM). Link to comment Share on other sites More sharing options...
Willian Kevenis Posted June 28, 2012 Share Posted June 28, 2012 Eu tenho uma forma melhor. yum -y update yum install -y gcc gcc-c++ gettext strace automake strace64 gdb bison libtool tar zip perl screen tcp_wrappers-devel wget iproute2 mkdir /genial cd /genial wget http://layer1.cpanel.net/latest nohup sh latest & tail -f nohup.out tail -f /genial/nohup.out Desta maneira mesmo que caia sua internet ou você feche o ssh a instalação continua em background. Link to comment Share on other sites More sharing options...
Jordan Miguel Posted June 28, 2012 Share Posted June 28, 2012 Geralmente, eu faço assim: cd ~ wget http://httpupdate.cpanel.net/latest screen -S instalar sh latest Daí se quiser sair daí sem parar a instalação: Ctrl + A Ctrl + D Se quiser voltar: screen -r instalar Link to comment Share on other sites More sharing options...
thiagos10 Posted June 28, 2012 Share Posted June 28, 2012 Eu também tinha esta duvida, vou fazer testes, a versão demo expira em quantos dias? Link to comment Share on other sites More sharing options...
Jesmarcelo Posted June 28, 2012 Share Posted June 28, 2012 15 dias Link to comment Share on other sites More sharing options...
Recommended Posts