Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

make local fails to build with profile islandora_install_profile_demo does not exist #364

Closed kayakr closed 5 months ago

kayakr commented 11 months ago

Per https://github.com/Islandora-Devops/isle-dc#local-development I have put my existing Drupal codebase into codebase and run make local but it dies at

#/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...

kayakr commented 11 months ago

fwiw, I replaced drush si -y islandora_install_profile_demo with drush si -y minimal to proceed.

joecorall commented 5 months ago

make local has been replaced by documentation

$ 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/