Yiic wants to create webapp in framework folder
NickName:polyhedron Ask DateTime:2012-01-02T12:54:56

Yiic wants to create webapp in framework folder

I'm on linux and my home directory is:

public_html/yii

(I installed yii in a subdomain yii.domain.com)

my framework is in:

public_html/yii/yiiroot/framework

i want to create a project called demo, but it always tries to create it in the framework folder.

ie.

cd public_html/yii
yiiroot/framework/yiic webapp demo

when I run this command it asks me if I want to create a webapp in:

public_html/yii/yiiroot/framework/demo

How do I reconfigure?

Copyright Notice:Content Author:「polyhedron」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/8697514/yiic-wants-to-create-webapp-in-framework-folder

More about “Yiic wants to create webapp in framework folder” related questions

Yiic wants to create webapp in framework folder

I'm on linux and my home directory is: public_html/yii (I installed yii in a subdomain yii.domain.com) my framework is in: public_html/yii/yiiroot/framework i want to create a project called d...

Show Detail

how to create webapp with yiic command using Yii Framework

I'm trying to build my first app in Yii, the guide on their website at the following address: http://www.yiiframework.com/doc/guide/1.1/he/quickstart.first-app # add-comment The problem is that any...

Show Detail

Yii2.0 yiic command not working

Hi I am new to Yii framework development. Yiic webapp not working, even when you run yiic on the commandline I was following a tutorial on-line but I got stuck because the yiic command is not

Show Detail

yiic webapp problem

i'm still new to yii framework. so, i want to try running yiic so that i could see the structure of the files created. but, i could not run it in console. Does anyone have a solution? thanks. I'm...

Show Detail

Yiic shell is not working

I am new to Yii framework. I have installed Yii. I found yiic as M-DOS batch file in framework folder. When I click on it, a window appears and suddenly vanish. I am actually looking for Yiic that is

Show Detail

yiic on Mac Lion doesn't generate webapp

I have set up Mac Lion as my development machine. I am not using MAMP and everything is running smoothly. I have run the yii requirements and everything is good. Now I am trying to create my first

Show Detail

Trying to create a new application in Yii: env: php: No such file or directory

I'm trying to create a new yii app from the terminal. My YiiRoot folder is in my htdoc folder. I'm first going into my webroot: $ cd /Applications/MAMP/htdocs I'm then going into yiic and trying to

Show Detail

Creating a Yii webapp without command line?

To install the Yii Framework, after unpack the file the tutorial always told me to enter text in command line like this : - yiic webapp testing01 Is there anyway to do it not by the command line ?

Show Detail

System cannot find the path specified yiic command

Hi i have been trying last night about this error. The error comes when i am standing in a directory and i want to access a file yiic but error comes The System cannot find the path specified ...

Show Detail

Not able to create Table through YIIC Migreate create

I just started learning YII framework and now I am facing an issue while trying to create table through YIIC MIGRATE. Below is the code of my table. class m140627_072906_create_test_table extends

Show Detail