Configuration and testing Xampp and Zend Framework

First You test xampp server. Open Xampp Control Panel.

11Click Start button places on the right from Apache label.  The same You do with MySQL.

27If Apache and MySQL are on the light green background it is OK.  You may test Apache server. Open Your web browser and write in addresses bar:

Http://localhost

You may see main page.

28Click on the link with your language. You see window with configuration.

29Apache is working very good so You must check MySQL database work. In part Tools click on phpMyAdmin link.

30You see MySQL Panel. In it click on Users(Użytkownicy) tab.

You see window with users. You may set password for root user. Click on Edit Permissions(Edytuj uprawnienia) in the row. If Your phpMyAdmin don’t log You with new pass, open C:/xampp/phpMyAdmin/config.inc file. Find line with user and write new password.

36Save this file. Open console and check php working. In console You write:

Php -v

If PHP working, You give answer with version PHP.

37Leave us only check Zend working. Write in console:

Zf create Project nowy

38This command create Zend project with nowy name. I find this project in path:

C:/users/dora

39And it is structure this folder:

40My test end very well: Apache is working, PHP is working and MySQL have root user with password, Zend Framework is working, too.