Installation de ISPConfig sur un serveur Debian 8.
1) Connexion vers le serveur par ssh :
[~] ➔ ssh admin@95.142.165.136 admin@95.142.165.136's password: Linux localhost 3.18.26-guest-4-4751b4a-x86_64 #4 SMP Mon Feb 1 16:09:23 UTC 2016 x86_64 GNU/Linux [-----------------------------------------] Gandi - Welcome to your new OS image. Documentation : [EN] http://wiki.gandi.net/en/iaas [FR] http://wiki.gandi.net/fr/iaas Configuration file for Gandi : /etc/default/gandi or /etc/sysconfig/gandi [-----------------------------------------] admin@server04heber:~$
2) Utilisateur root :
admin@server04heber:~$ su - Password: root@server04heber:~#
3) Mise-à-jour de la distribution :
root@server04heber:~# apt-get update && apt-get upgrade
4) Installation des paquets de base :
root@server04heber:~# apt-get install unzip wget mc screen links
5) Téléchargement du script d’installation de ISPConfig :
root@server04heber:~# cd /tmp root@server04heber:/tmp# wget --no-check-certificate https://github.com/servisys/ispconfig_setup/archive/master.zip
6) Décompression de l’archive :
root@server04heber:/tmp# unzip master.zip
7) Installation de ISPConfig :
root@server04heber:/tmp# cd ispconfig_setup-master/ root@server04heber:/tmp/ispconfig_setup-master# root@server04heber:/tmp/ispconfig_setup-master# ./install.sh
8) Configuration de base :
root@server04heber:/tmp/ispconfig_setup-master# ./install.sh ... The detected Linux Distribution is: Debian GNU/Linux 8 (jessie) Is this correct? (y/n) :MULTISERVER SETUP : Would you like to install ISPConfig in a MultiServer Setup? : no SQLSERVER : Select SQL Server type : MySQL MySQL : Please specify a root password : WEBSERVER : Select webserver type : apache Install XCache : You want to install XCache during install? : no Install phpMyAdmin : You want to install phpMyAdmin during install? : yes Mail Server : Select mailserver type : dovecot Update Freshclam DB : You want to update Antivirus Database during install? : yes Quota : Setup user quota? : yes ISPConfig Setup : Would you like full unattended setup of expert mode for ISPConfig? : standard
9) Configuration standard :
Jailkit : Would you like to install Jailkit? : yes DKIM : Would you like to skip DKIM configuration for Amavis? : no Webmail client : Select your webmail client : roundcube SSL Country : SSL Configuration - Country (ex. EN) :SSL State : SSL Configuration - STATE (ex. Italy) : SSL Locality : SSL Configuration - Locality (ex. Udine) : SSL Organization : SSL Configuration - Organization (ex. Company L.t.d.) : SSL Organization Unit : SSL Configuration - Organization Unit (ex. IT Department) :
10) Post-configuration :
Configuring phpmyadmin : Configure database for phpmyadmin with dbconfig-common? : No
11) Connexion à ISPConfig :
https://95.142.165.136:8080/
Username : admin Password : admin
12) Capture d’écran :
13) Lien :
https://www.howtoforge.com/tutorial/ispconfig-install-script-debian/
Comments are closed, but trackbacks and pingbacks are open.