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

starter site development process #49

Closed
Natkeeran opened this issue Jan 31, 2023 · 2 comments
Closed

starter site development process #49

Natkeeran opened this issue Jan 31, 2023 · 2 comments

Comments

@Natkeeran
Copy link
Contributor

In the "General starter site development process" section, the fifth step is to copy the config/sync folder into the PR. However, if the starter site was deployed to a site url other than 127.0.0.1, then that can impact several config settings such as the one below

--- a/config/sync/search_api.server.default_solr_server.yml
+++ b/config/sync/search_api.server.default_solr_server.yml
@@ -42,7 +42,7 @@ backend_config:
   connector: standard
   connector_config:
     scheme: http
-    host: 127.0.0.1
+    host: 143.110.222.18
     port: 8983
     core: ISLANDORA
     timeout: 5
	modified:   config/sync/core.extension.yml
	modified:   config/sync/islandora.settings.yml
	modified:   config/sync/islandora_iiif.settings.yml
	modified:   config/sync/media.settings.yml
	modified:   config/sync/openseadragon.settings.yml
	modified:   config/sync/search_api.server.default_solr_server.yml

How can we handle this issue? Should we pick the relevant config and check them into the config/sync folder?

@adam-vessey
Copy link
Collaborator

Duplicate of #17? ... or perhaps #17 should be widened to include provisioning outside of Isle and Playbook?

@rosiel
Copy link
Contributor

rosiel commented Feb 7, 2023

This is a duplicate of #17.

@rosiel rosiel closed this as completed Feb 7, 2023
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

3 participants