Hi Daniel, First, thanks for all your work!
I had a quick look and Solr demo is working as expected. We are not up to date with Solr (now 9.2.0), but that's another issue: OFBIZ-12645. Now, I have few questions/notes for you and the community. You mentioned in a previous email: Le 22/03/2023 à 17:49, Daniel Watford a écrit :
If consensus is established, then changes shall be initially made in a way allowing them to be quickly reversed if needed. Once the demo-trunk site is observed as running correctly, and with refreshes applied daily, then more permanent changes can be applied to the demo VM and changes committed to https://github.com/apache/ofbiz-tools/tree/master/demo-backup accordingly.
1. I guess we should now wait for at least another day before merging the docker-experimental branch into ofbiz-tools, right? 2. We switched from using Markdown to AsciiDoc. I just want to say that you created https://github.com/apache/ofbiz-framework/blob/trunk/DOCKER.md. I don't think it's an issue because we don't want to expose that in the site, it's rather for Docker users, right? 3. (unrelated to docker effort) I guess we should remove the https://github.com/apache/ofbiz-framework/tree/ofbiz-12723 branch, right? (there are more docker unrelated branches to clean, I'll send another email for that) Again, thanks! Jacques Le 28/03/2023 à 18:09, Daniel Watford a écrit :
Hello, Perhttps://issues.apache.org/jira/browse/OFBIZ-12786, the demo-trunk site is now hosted by a docker container running on VM ofbiz-vm1.apache.org. The changes to the host are captured in PR, https://github.com/apache/ofbiz-tools/pull/5. The previous approach to demo-trunk deployment patched the solr plugin to set the solr URL tohttps://demo-trunk.ofbiz.apache.org/solr. You can view the patch here - https://github.com/apache/ofbiz-tools/blob/master/demo-backup/patch/trunk/solr.config.patch . I believe I have configured the new demo-trunk container to produce the same solr url, but by using configuration rather than source code changes. I don't know much about the use of Solr in OFBiz so don't know how to check that the original demo-trunk behaviour has been maintained. Please could someone familiar with Solr in OFBiz take a look https://demo-trunk.ofbiz.apache.org/partymgr/control/main and see if Solr is operating as expected. Thanks, Dan.