The archives for May 22nd, 2008


Mag 22

Lamp on Hardy

To install a serveur Lamp (acronym of Linux Apache Mysql Php) on Ubuntu 8,04 is a thing of an embarrassing semplicità.

These steps:

  1. $ I sudo apt-get install mysql-serveur-5.0 mysql-client-5.0;
  2. at the end of the installation it will come to you asked to introduce the password of root, makes it and passages the successive point;
  3. $ I sudo apt-get install php5 php5-common php5-dev php5-mysql;
  4. $ I sudo apt-get install apache2 apache2-mpm-prefork libapache2-mod-php5;
  5. $ I sudo /etc/init.d/apache2 force-reload (this last commando riavvia the serveur).

You write localhost in the bar of the addresses of yours browser and will discover that: It works.

lamp.png