Migration depuis ispCP vers i- MSCP (branche master)

Clonez la branche master d'i-MSCP depuis notre dépôt 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/* /

Note : Tapez perl imscp-autoinstall -? pour avoir plus d'informations sur les options de l'installateur.

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

ROOT
# perl imscp-setup -d

Quelques indications

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

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