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 demo fails to build #355

Closed
MPavleski opened this issue Aug 28, 2023 · 2 comments
Closed

make demo fails to build #355

MPavleski opened this issue Aug 28, 2023 · 2 comments

Comments

@MPavleski
Copy link

The command make demo fails in the Development branch, commit 8b7e11c.

Relevant log:
`
docker compose exec -T drupal with-contenv bash -lc "drush si -y islandora_install_profile_demo --account-pass 'PASS'"

You are about to:

  • DROP all tables in your 'drupal_default' database.

// Do you want to continue?: yes.

[notice] Starting Drupal installation. This takes a while.
[notice] Performed install task: install_select_language
[notice] Performed install task: install_select_profile
[notice] Performed install task: install_load_profile
[error] Error importing/updating configuration
[error] Error importing/updating configuration
[notice] Performed install task: install_verify_requirements
[notice] Performed install task: install_verify_database_ready
[notice] Performed install task: install_base_system
[notice] Performed install task: install_bootstrap_full
[error] The Flysystem driver is missing.
[warning] Could not find required jsonld.settings to add default RDF namespaces.
[warning] The "views_block:members-block_1" was not found
[notice] Performed install task: install_profile_modules
`

@joshdentremont
Copy link
Contributor

Make demo has been removed as of #363

You can now use make starter instead and then add demo content. https://islandora.github.io/documentation/installation/docker-local/#demo-content

This can be closed now.

@MPavleski
Copy link
Author

Thank you @joshdentremont .

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