You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#/Library/Developer/CommandLineTools/usr/bin/make remove_standard_profile_references_from_config drupal-database update-settings-php ENVIRONMENT=local
docker compose exec -T drupal with-contenv bash -lc "drush si -y islandora_install_profile_demo --account-pass 'AONoJkIYY1xosUTH4dhxLoKmYYP0CSRfljRQsJmypi36njrg'"
You are about to:
* CREATE the 'drupal_default' database.
// Do you want to continue?: yes.
[warning] Failed to drop or create the database. Do it yourself before installing. ERROR 1045 (28000): Access denied for user 'drupal_default'@'isle-dc-drupal-1.isle-dc_default' (using password: YES)
[notice] Starting Drupal installation. This takes a while.
In ExtensionList.php line 522:
The profile c does not exist.
make: *** [local] Error 1
islandora_install_profile_demo() won't exist for non-demo sites...
The text was updated successfully, but these errors were encountered:
$ make local
make local has been removed. To create a development site, please follow the instructions at https://islandora.github.io/documentation/installation/docker-local/
Per https://github.com/Islandora-Devops/isle-dc#local-development I have put my existing Drupal codebase into
codebase
and runmake local
but it dies atislandora_install_profile_demo()
won't exist for non-demo sites...The text was updated successfully, but these errors were encountered: