I need to start resque. I saw in http://www.yiiframework.com/extension/yii-resque/ and did it.
But when I run command "yiic rresque start", It shown "-bash: yiic: command not found" How's to fix it?
you will need to navigate to your protected folder
/var/www/yoursite/protected
and then you have to type
php yiic rresque start
it should work perfectly.