Installazione di LAMP su Ubuntu
23 giu, '09
La seguente guida elenca tutte le operazioni da eseguire per installare un ambiente LAMP (Linux+Apache+Mysql+Php) su Ubuntu.
Installazione di Apache: eseguire il seguente comando sul terminale
sudo apt-get install apache2
Installazione di Php: eseguire il seguente comando sul terminale
sudo apt-get install php5 libapache2-mod-php5
riavviare Apache
sudo /etc/init.d/apache2 restart
Installazione di Mysql: [...]

