i just wondering some nice path to install yii-1.1.13 with xampp on ubuntu 12.XX. You must try install it from xampp directory, if default directory like this:
~$ /opt/lampp/ (its my directory)…
this is how i’m install it;
~$ sudo /opt/lampp/bin/php /opt/lampp/htdocs/yii/framework/yiic webapp /opt/lampp/htdocs/yourproject
where:
~$ sudo /opt/lampp/bin/php
is php executable inside xampp, and
/opt/lampp/htdocs/yii/framework/yiic
my directory of yii (use "sudo mv" to change folder yii from source),
webapp
is yiic command to make new project… and last thing
/opt/lampp/htdocs/yourprojec
is directory of xampp htdocs with name of myproject "yourproject"
maybe help for all of you, and sory if my language was bad…