yii installation on server

Hi

How to install the YII on server? www.domain.com/yii

I Start:

www.domain.ee/yii/framework/yiic webapp testapp

Error: Forbidden

All tutorials will teach how to install wamp…localhost

Thanks

Hi "HowTo", please first read this: http://www.yiiframework.com/doc/guide/1.1/en/quickstart.installation.

Is Yii already unpacked in a web accesible directory?

Next step is verify that your server satisfy minimum requirements (navigating to http://hostname/path/to/yii/requirements/index.php, replace this url sample with the url that correspond with your environment).

On the other hand, the yiic command is a command line command, you cann’t execute it from web browser in a URL. You need open a command console and execute “<path-to-yii-framework>/yiic webapp <directory>/testapp” to create the web application skeleton.

There are more to say, but I hope this can help you to start.

Best regards,

Leandro

Done!!