Installazione di LAMP su Fedora 

| Autore: Filippo Miceli | Monday, 10 October 2011 alle 11:55

La seguente guida elenca tutte le operazioni da eseguire per installare un ambiente LAMP (Linux+Apache+Mysql+Php) su Fedora.

fedora

La seguente guida elenca tutte le operazioni da eseguire per installare un ambiente LAMP (Linux+Apache+Mysql+Php) su Fedora.

  1. Installazione Apache, Mysql, Php con yum: eseguire con i privilegi di “root” il comando
    yum install httpd mysql-server php php-mysql
  2. Avvio dei Servizi

    MySql

    /etc/init.d/mysqld start

    Apache

    /etc/init.d/httpd start