diff options
Diffstat (limited to 'extra')
-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. |