Need HELP in understanding how to install

INSTALLATION PROCESS OF YII FRAMEWORK

  1. DOWN LOAD YII Framework at the official site

  2. COPY THE DOWNLOADED YII- FRAMEWORK FOLDER AND PASTE IT IN THE “www “/”htdocs” folder of your WAMP/XAAMP INSTALLATION FOLDER.

  3. RENAME IT TO YII.

  4. GO TO RUN

  5. TYPE “CMD”

  6. GO TO THE WAMP/XAAMP INSTALLATION FOLDER

-Example

I have WAMP installed in my machine in D drive

Please type the following commands

C:\>Cd\

C:\>D:

D:\>Cd wamp

D:\wamp\>cd bin

D:\ wamp\bin>cd php

D:\wamp\bin\php\>cd php5.3.5

D:\wamp\bin\php\ php5.3.5>

At this point type the following line, here “myapp” is the folder that we need to create it in the

www/htdocs folder, before executing this command.

php.exe –f d:\wamp\yii\framework\yiic.php webapp d:\wamp\www\myapp

and press “yes” or “Y” to continue installation.

We are done!!

Now access myapp by typing http: / / localhost/myapp from the browser

Thanks…