We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following lines in the bootstrap script should be changed since the console directory does not exist:
sudo php /vagrant/console/yiic migrate --interactive=false
sudo php /vagrant/console/yiic environment dev
changing the "/console/" to "/app/" might be a simple solution.
The text was updated successfully, but these errors were encountered:
Oh, this is a copy/paste bug, sorry about that. Could you please make a PR to fix this?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: