-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Access drush outside VM #145
Comments
It is possible to do this but you need to install |
I already have drush installed, guess i need to get to the drush aliases somehow to get drush bootstrapped correctly? How is this possible? |
You may have to manually create them since they will look different locally vs in the vm. I also think that the mysql server inside the VM does not broadcast to the outside world which would make things problematic. |
So it's basically not possible to use drush outside of the kalabox VM then? |
You would need to change the bind address in my.cnf to something like
then you should be able to hit the db from the outside at |
Is it possible to
cd ~/kalabox/www/sitename
and use thedrush
command directly without having tovagrant ssh
into the VM?Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: