Terminal issues on OS X with XAMPP and Yii framework
Posted
by
Jake
on Super User
See other posts from Super User
or by Jake
Published on 2011-11-30T06:25:26Z
Indexed on
2011/11/30
10:06 UTC
Read the original article
Hit count: 487
I'm trying to configure the Yii framework but am having problems with the terminal commands, and am also having difficulty setting up the webapp demo. I am using Mac OS X Snow Leopard and have installed XAMPP and placed the 'yii' folder in the xamppfiles \ htdocs folder.
I have verified the http://localhost/yii/requirements/index.php which is working fine. I have tried the following but nothing seems to work so if anyone can point out what I'm doing wrong it would be very much appreciated. In fact any directory I search for is not recognized (see below) so I'm thinking I need to do something else for this to work but I have searched and searched but found no answer.
~ Jake$ /applications/xampp/xamppfiles/yii
-bash: /applications/xampp/xamppfiles/yii: No such file or directory
~ Jake$ /documents
-bash: /documents: No such file or directory
© Super User or respective owner