Migrar de ispCP a i-MSCP (master branch)

Clonar el i-MSCP master branch de nuestro repositorio Git:

ROOT
# aptitude update && aptitude install git-core # cd /usr/local/src # git clone git://github.com/i-MSCP/imscp.git # cd imscp

ROOT
# perl imscp-autoinstall -bd # cp -R /tmp/imscp/* /

Nota: Escribe perl imscp-autoinstall -? para obtener más información acerca de las opciones de la línea de comandos.

ROOT
# cd /var/www/imscp/engine/setup # perl imscp-migrate-from-ispcp

ROOT
# perl imscp-setup -d

Algunas consideraciones

ROOT
# apt-get install nano # nano /var/log/imscp/imscp-setup.log

ROOT
# mysql -u root -p # GRANT ALL PRIVILEGES ON *.* TO 'tu_usuario_de_la_base_de_datos'@'localhost'