-
Notifications
You must be signed in to change notification settings - Fork 61
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
Make starter_dev fails to build #354
Comments
I ran into the same issue. |
The tag in the .env file is for images running php7 and starter site needs to run now on php8 because of drupal 10. These two prs #346 #347 need to be merged and then the tag in the .env file needs to be changed from 1.0.10 to main. Might still have issues with drush 12 and drupal 10 specific to the isle-dc install but you will get a working site (I was able to after I made those changes locally.) |
Drupal 10 with Drush 12 issues I mentioned in last comment during make starter_dev: docker compose exec -T drupal with-contenv bash -lc 'chown -R nginx:nginx .'
// Do you want to continue?: yes. [notice] Starting Drupal installation. This takes a while. // Do you want to update remove_jsonld_format key in jsonld.settings config?: // Do you want to update broker_url key in islandora.settings config?: yes. Fedora Admin role already exists. No need to create it. // Import the listed configuration changes?: yes. [notice] Synchronized configuration: update key.key.islandora_rsa_key. The "--pipe" option does not exist. Search API is not installed. Skipping configuration In PmCommands.php line 177: The following module(s) are not installed: search. No modules to uninstall. make[1]: [Makefile:160: update-config-from-environment] Error 1 (ignored) The "--pipe" option does not exist. matomo is not installed. Skipping configuration The "--pipe" option does not exist. openseadragon is not installed. Skipping configuration The "--pipe" option does not exist. Search API is not installed. Skipping configuration The "--pipe" option does not exist. search_api_solr is not installed. Skipping core setup. 1/35 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2% 1/18 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5% 1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% /=========== LOGIN =========== make[1]: Leaving directory '/path/to/isle-dc' |
This error: |
The pipe error comes from a call to this function: It doesn't look like the pipe format is an option anymore in drush 11/12: https://www.drush.org/12.x/output-formats-filters/ |
Not sure if this is already fixed or not, but tested |
Composer.lock looks like it's out of date and needs to be updated for the islandora-starter-site
Related to Islandora-Devops/islandora-starter-site#109
The text was updated successfully, but these errors were encountered: