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

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

Closed
kayakr opened this issue Oct 12, 2023 · 2 comments

Comments

@kayakr
Copy link

kayakr commented Oct 12, 2023

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
Copy link
Author

kayakr commented Oct 12, 2023

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

@joecorall
Copy link
Contributor

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/

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

2 participants