creation of sample application

Hello guys,

           i am a new to yii i have just downloaded yii from the site, And i am using linux fedora 14 as my os.





  after unzipping the yii framework and running the demos such as blogs are working fine . So this makes sense that yii is installed in my system .





                  but while trying to make a new application using yiic i am having following errors

[root@localhost ~]# yiic webapp demo

bash: yiic: command not found…

[root@localhost ~]# ./yiic webapp demo

bash: ./yiic: No such file or directory

[root@localhost ~]# /yiic webapp demo

                            what is problem ? can any one explain me how to rectify it.

can you run a few commands and tell the output -

pwd

whereis yiic

you have to add yiic folder path to $PATH variable. Even without that, if you cd (change directory) to the folder which has yiic, your second command should work.

Thanx for the reply ,

                  my problem got solved . The issue is with the path of yiic..<img src='http://www.yiiframework.com/forum/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />