diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-21 18:28:30 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-21 18:28:30 +0200 |
commit | b2c3bbb3a05f338e7ee4014dc4a46e55f7131afe (patch) | |
tree | fbf18dc51f5a3dc49d3bd1c7edbc8a664cd163cc | |
parent | 140aa51d48c92a129a1919c4b74a0291f4f46761 (diff) | |
download | refcat-b2c3bbb3a05f338e7ee4014dc4a46e55f7131afe.tar.gz refcat-b2c3bbb3a05f338e7ee4014dc4a46e55f7131afe.zip |
notes on ol, stub
-rw-r--r-- | extra/openlibrary/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/openlibrary/README.md b/extra/openlibrary/README.md new file mode 100644 index 0000000..b3f5467 --- /dev/null +++ b/extra/openlibrary/README.md @@ -0,0 +1,22 @@ +# OpenLibrary + +OL SOLR dump: https://archive.org/details/olsolr8-2021-04-12 + +Running on aitio docker: + +``` +docker: Error response from daemon: failed to update store for object type *libnetwork.endpointCnt: Key not found in store. +ERRO[0000] error waiting for container: context canceled +``` + +Maybe we do not need to extract the volume up front? + +```shell +$ sudo docker run --name ol-solr -e SOLR_JAVA_MEM='-Xms3g -Xmx3g' -v +backup/var/lib/solr/data/openlibrary/data/openlibrary:/var/solr/data/openlibrary +-v $(pwd)/conf/solr8-ol:/opt/solr/server/solr/configsets/olconfig:ro -p +8983:8983 solr:8.8.2 solr-precreate openlibrary +/opt/solr/server/solr/configsets/olconfig +``` + +Will try to setup on martin-dev first. |