I'm trying to create my first YII application, and I have a problem. Look here: http://www.yiiframework.com/doc/guide/1.1/en/quickstart.first-app
In this part: Run yiic
on the command line as follows:
% YiiRoot/framework/yiic webapp WebRoot/testdrive
Where should I type this row? I aleady try to search answers like here: how to create webapp with yiic command using Yii Framework
But this didnot helped me. My system is windows 7.
Thanks in advance
You should be able to find a shell in:
Start / All Programs / Accessories / Windows PowerShell
Alternatively, you can just search the Search programs and files option in the Start menu.
You will need to change directory (with the cd
command) to the place where you have put the YiiRoot
directory.
Note that %
indicates the prompt, and is not a character you should type yourself.