Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. dpkg-reconfigure locales
  2. Un panneau apparait. Faites naviguer la liste et cochez fr_FR.UTF-8, puis tab et validez
  3. Dans région par défaut, choisissez « fr_FR.UTF-8 »
  4.  
  5. apt-get install mysql-server mysql-client
  6.  
  7. apt-get install apache2
  8.  
  9. apt-get install php5
  10. apt-get install php5-cgi
  11. apt-get install libapache2-mod-fcgid
  12. /etc/init.d/apache2 restart
  13.  
  14. apt-get install phpmyadmin
  15. Sur l’application en route, pointez « apache » avec la barre d’espace et validez
  16. A la prochaine question sur dbconfig-common, dites non.
  17.  
  18.  
  19. apt-get install spamassassin clamav clamav-daemon zoo unzip bzip2 arj nomarch lzop cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon zip
  20.  
  21.  
  22. apt-get install postfix postfix-mysql openssl getmail4 rkhunter binutils
  23. Aux questions répondez : « site internet », puis renseignez votre nom de VPSxxx.ovh.net (ou votre hostname si vous n'êtes pas chez ovh), puis SSL « non »
  24.  
  25.  
  26. nano /etc/mysql/my.cnf
  27. Commentez la ligne bind-address = 127.0.0.1
  28. Ce qui donne « # bind-address = 127.0.0.1 »
  29. Sauvez le fichier
  30. Relancez le service
  31. /etc/init.d/mysql restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement