yii-app icon indicating copy to clipboard operation
yii-app copied to clipboard

Console directory missing

Open iurquiza opened this issue 10 years ago • 1 comments

The following lines in the bootstrap script should be changed since the console directory does not exist:

run database migrations

sudo php /vagrant/console/yiic migrate --interactive=false

enable the development environment

sudo php /vagrant/console/yiic environment dev

changing the "/console/" to "/app/" might be a simple solution.

iurquiza avatar Mar 13 '14 20:03 iurquiza

Oh, this is a copy/paste bug, sorry about that. Could you please make a PR to fix this?

crisu83 avatar May 12 '14 07:05 crisu83