Wednesday, May 8, 2013

How to install Zend framework in Windows


1.Download Zend framework package from http://www.zend.com/en/company/community/downloads

2.unzip all files.

3.i created a folder in C:\program files\zendFramework. (its not necessary)

4.i copied bin and library folder to zendFramework folder. (all other files are not important)

5.then right click on computer->Properties->Advanced system Settings->in advanced tab click Enviromental variables button
In System Variables list select Variable Path then click Edit Button.

6.Then Add a semicolon at the end.

7.then add bin directory path of your zendframework folder after semi colon. in my case C:\program files\zendFramework\bin.
click ok.

8.Then open Command prompt(cmd).

9.type zf show version then it will show zend framework version.

Incase it's showing an error then we can understood that the zf.bat file is missing from our framework folder.
Download zf.bat from http://framework.zend.com/svn/framework/standard/incubator/bin/zf.bat
add zf.bat file to your bin folder.in my case "C:\program files\zendFramework\bin".
Then repeat step 8,9.

DONE..

No comments:

Post a Comment