Skip to content
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

Add Drupal Console to Vagrant #357

Closed
DiegoPino opened this issue Aug 31, 2016 · 5 comments
Closed

Add Drupal Console to Vagrant #357

DiegoPino opened this issue Aug 31, 2016 · 5 comments
Assignees
Labels
help wanted Seeking a volunteer or co-worker

Comments

@DiegoPino
Copy link
Contributor

Drupal console has proven to be very useful during Drupal 8 module development, code generations and adds an important stack of tools to Debug sites too, so It would be great to have it installed by default in our vagrant machine.

https://drupalconsole.com
and
Docs:
https://hechoendrupal.gitbooks.io/drupal-console/content/en/index.html

@DiegoPino DiegoPino added help wanted Seeking a volunteer or co-worker devops labels Aug 31, 2016
@DiegoPino DiegoPino added this to the Community Sprint - 10 milestone Aug 31, 2016
@bryjbrown
Copy link
Member

bryjbrown commented Aug 31, 2016

@ruebot VM comes up and drupal console is installed, but using it yields:
[ERROR] The "/home/vagrant/.console/config.yml" config file is missing, try executing drupal init

This could be avoided by adding a drupal init --override to the install script, but it would have to be run by the vagrant user and not root (or maybe both?).

EDIT: Upon thinking further, DEFINITELY BOTH. I'm sure there are situations where you'll need to run the drupal console as one or the other, so they both need to be init'ed.

@whikloj
Copy link
Member

whikloj commented Sep 1, 2016

maybe a sudo -u vagrant -- drupal init --override?

@ruebot
Copy link
Member

ruebot commented Sep 1, 2016

Oh, I forget to push this update yesterday. I'll do it later today when I get off campus.

@ruebot
Copy link
Member

ruebot commented Sep 2, 2016

@bryjbrown @whikloj pushed. Sorry for forgetting about that.

whikloj pushed a commit that referenced this issue Sep 20, 2016
* Add Drupal Console. Address #357

* Address #369, #368, #358; and finally take care of #357.

* Address #374
@ruebot
Copy link
Member

ruebot commented Sep 26, 2016

Resolved with 83cdc74

@ruebot ruebot closed this as completed Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking a volunteer or co-worker
Projects
None yet
Development

No branches or pull requests

4 participants