Closed will-moore closed 2 years ago
Ah - https://idr-testing.openmicroscopy.org/search_engine/ reminds me I need to add a config for omero.web.searchengine.url
...
@sbesson would you be able to run again, to apply that last config commit? Thx
Sure, redeployed
I can now manually update the install to https://github.com/ome/omero_search_engine_client/pull/18 with:
for server in omeroreadwrite omeroreadonly-1 omeroreadonly-2 omeroreadonly-3 omeroreadonly-4; do ssh $server "sudo /opt/omero/web/venv3/bin/pip uninstall -y omero_search_engine_client && sudo /opt/omero/web/venv3/bin/pip install git+https://github.com/ome/omero_search_engine_client.git@refs/pull/18/head && sudo service omero-web restart"; done
Updated to searchengine/api/
endpoint now that searchengineapi/
is removed.
Since this won't be needed for first release of search engine (using idr_gallery only) this can be closed for now...
This adds omero_search_engine_client as a web-app to IDR deployment, initially installing from github since it's not on pypi yet.
The
omero_client_search_engine
code can then be consumed byomero-web
e.g. https://github.com/ome/omero-web/pull/368This will allow manual update of the app on idr-testing from a current branch, as I currently do for e.g. gallery so that currently opened PRs can be tested e.g.