Yiiboilerplate Setup Issue

Hi,

I run the below script to set up the YiiBoilerplate project in Windows command.

c:\rootfolder> runpostdeploy private migrate

During running script, it reached to the following command. It stops the running script and show error. Because it cannot find the yiic.

> php ‘C:\rootfolder\common\lib/…/…/yiic’ migrate --interactive=0

Error is "Could not open input file: "C:\rootfolder\common\lib/../../yiic’

Please suggest me how I can solve this issue.

Thank you for you suggestion in advance.

Win Naung

http://www.yiiframework.com/wiki/374/yiiboilerplate-setup-a-professional-project-structure-in-seconds

I have the same problem.

Any solution?