You are on page 1of 8

1- Realizar la instalacin y puesta en marcha de un servidor web Apache, con soporte para bases de datos MySQL y lenguaje del

lado del servidor PHP.

mams

Page 1

IAW01_Tarea

The installation was on laptop Toshiba Satellite 2450-101 OS Lubuntu 11.10. Open the console: 1st STEP: Install Apache2 with basic modules and libraries:

It checks operation:

2nd STEP: Install MySQL:

mams

Page 2

IAW01_Tarea

Enter the password to access the database:

3rd STEP: Install PHP5:

It checks operation:

mams

Page 3

IAW01_Tarea

1- Create a test file: IAW01_test.php in the /var/www directory:

2- Restart the Apache2:

mams

Page 4

IAW01_Tarea

3- Check that the file is displayed correctly:

4th STEP: Install phpMyAdmin:

mams

Page 5

IAW01_Tarea

1- Choose the web server where phpMyadmin is configured:

2- Set the database for phpMyAdmin:

mams

Page 6

IAW01_Tarea

3- When finished the installation try to access: http://localhost/phpmyadmin I get the following error: Not Found There Requested URL /phpmyadmin/ was not found on this server 4- Fix the error by modifying the configuration file phpmyadmin:

5- Check the access:

mams

Page 7

IAW01_Tarea

6- Enter username and password and accessing:

And we have installed Apache2, MySql, php5 and phpMyAdmin.

mams

Page 8

You might also like