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

Drush is a requirement on the host? #92

Open
mjordan opened this issue Jul 14, 2020 · 3 comments
Open

Drush is a requirement on the host? #92

mjordan opened this issue Jul 14, 2020 · 3 comments

Comments

@mjordan
Copy link
Contributor

mjordan commented Jul 14, 2020

Drush 9.0+ is in the "Requirements" list. This is on the host where you're running docker-compose?

@dannylamb
Copy link
Member

Drush, Composer, PHP and all its extensions, etc... aren't needed for the demo environment. But if you're doing local, then you'll want it b/c you're managing the codebase on the host. You drush cr and composer require on something locally and it gets reflected in the container.

@noahwsmith
Copy link
Contributor

I've been running it inside the containers e.g. docker-compose exec drupal with-contenv bash -lc 'drush updb'

But you could run it on your local if you have it installed there.

@dannylamb
Copy link
Member

I personally had to install composer and then a handful of PHP extensions (mbstring, pdo_mysql, and gd are the ones I remember of the top of my head), but once done I could just use the copy of drush in the codebase folder. Specifically, if I'm in codebase, I run vendor/bin/drush cr.

birkland pushed a commit to birkland/isle-dc that referenced this issue Apr 19, 2021
* Update ui theme and module to add search widget in collections page

* Disable Drupal caching on collections page

* Update collection details page

* Change collection contact email from plain text to email field

* Update build artifacts that should fix tests

* Update islandora_defaults

* Add/enable modules to allow collection admin contact. Add the contact form

* Update theme to allow for toggling of contact modal

* Add CAPTCHA to contact form for unauthenticated users

* Hide contact button when no contact is present

* Update module to fix accessing collection email field

* Add contact_ajax module to prevent page reload with contact modal

* Update snapshot

* Update theme, minor style tweaks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants