Skip to content

Commit

Permalink
update documentation to version 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Egense committed Aug 1, 2024
1 parent cc27a37 commit 6870324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# where <path/to/WARCs> is a file path that only contains WARC files and directories.

# When the container is running, run the following commands to start Solr and Tomcat:
# export SOLRWAYBACK_VERSION=5.1.0
# export SOLRWAYBACK_VERSION=5.1.2
# export APACHE_TOMCAT_VERSION=9
# export SOLR_VERSION=9
# ./unpacked-bundle/solrwayback_package_$SOLRWAYBACK_VERSION/solr-$SOLR_VERSION/bin/solr start -c
Expand All @@ -23,7 +23,7 @@

FROM ubuntu:22.04

ENV SOLRWAYBACK_VERSION 5.1.0
ENV SOLRWAYBACK_VERSION 5.1.2
ENV APACHE_TOMCAT_VERSION 9
ENV SOLR_VERSION 9

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SolrWayback

## SolrWayback 5.1.0 software bundle has been released
SolrWayback bundle release 5.1.0 can be downloaded here: https://github.com/netarchivesuite/solrwayback/releases/tag/5.1.0
## SolrWayback 5.1.2 software bundle has been released
SolrWayback bundle release 5.1.2 can be downloaded here: https://github.com/netarchivesuite/solrwayback/releases/tag/5.1.2

The bundle is the recommended way to get started with SolrWayback. You download the bundle, follow the installation guide and index your own WARC files. Then you are up to speed.

Expand Down Expand Up @@ -145,7 +145,7 @@ Documents in SolrWayback are indexed through the [warc-indexer](https://github.c


## Build, Index and test with Docker
The docker container will download the SolrWayback bundle 5.1.0.
The docker container will download the SolrWayback bundle 5.1.2.
You can index WARC files from a folder outside the docker container and index them.
A containerized sample can be found [here](./Dockerfile)
Read the docker file for documentation.
Expand Down Expand Up @@ -324,7 +324,7 @@ If you want to make changes to schema.xml or solrconfig.xml you must use the clo
Changes to schema.xml must be done before starting indexing. Changes to SolrConfig.xml can be done run time.
To update the configuration use the following two commands. (replace paths to your system)

`bin/solr zk upconfig -n netarchivebuilder_conf -d "/home/xxx/solrwayback/solrwayback_package_5.1.0/solr_config/conf" -z localhost:9983`
`bin/solr zk upconfig -n netarchivebuilder_conf -d "/home/xxx/solrwayback/solrwayback_package_5.1.2/solr_config/conf" -z localhost:9983`

`curl -X POST "http://localhost:8983/api/collections/netarchivebuilder/" -H 'Content-Type: application/json' -d '{"modify":{"config": "netarchivebuilder_conf" } }`

Expand Down

0 comments on commit 6870324

Please sign in to comment.