Designing and Development > Yii PHP Framework Support

-bash: yiic: command not found (cent os 5.2 64bit ssh)

(1/1)

Savera:
Hi

I am trying to install Yii for first time on a linux box and it is giving problem. As per tutorial I am supposed to run following command in order to install its webapp , note , I have done this on windows server but can't do this on linux server.


--- Code: ---yiic webapp install/directorypatth
--- End code ---

I am inside yii installation "framework" folder, I can see yiic file there but still I can't execute it, please help me to solve this issue.

thanx in advance.

Savera:
Earlier I thought its permission issue but I think found the result, if anyone else facing same issue then in linux they they have to actually execute it as :

--- Code: ---./yiic webapp install/directorypatth
--- End code ---
Please note those ./ as it means linux is supposed to execute that file. (assuming there is no permission issue)

Navigation

[0] Message Index

Go to full version