yii-app
yii-app copied to clipboard
Console directory missing
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.
Oh, this is a copy/paste bug, sorry about that. Could you please make a PR to fix this?