简体   繁体   中英

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?

我想您可以只硬编码webapp文件夹的绝对路径。

yiiroot/framework/yiic webapp ~/public_html/demo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM