Skip to content

Commit

Permalink
release of ext:solr 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed Aug 19, 2016
1 parent 17b0b12 commit ae5b91b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ __***Note:***__

**If you are using EXT:solr = 5.0 please use solr-typo3:4.10.4-3**

**If you are using EXT:solr = 5.1 please use solr-typo3:4.10.4-4**

Just use this command to start the container. Solr will listen on port 8282.

docker run -d -p 8282:8080 writl/solr-typo3:4.10.4-3
docker run -d -p 8282:8080 writl/solr-typo3:4.10.4-4

If you want to run in production you should better use this:

docker run -d --restart="always" -p 127.0.0.1:8282:8080 writl/solr-typo3:4.10.4-3
docker run -d --restart="always" -p 127.0.0.1:8282:8080 writl/solr-typo3:4.10.4-4

If you want to store the data persistent you have to run it like that:

docker run -d --restart="always" -p 127.0.0.1:8282:8080 -v <dir>:/opt/solr-tomcat/solr/typo3cores/data writl/solr-typo3:4.10.4-3
docker run -d --restart="always" -p 127.0.0.1:8282:8080 -v <dir>:/opt/solr-tomcat/solr/typo3cores/data writl/solr-typo3:4.10.4-4

In the solr extension you can put these paths:

Expand Down
2 changes: 1 addition & 1 deletion install-solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

TOMCAT_VERSION=8.0.29
SOLR_VERSION=4.10.4
EXT_SOLR_VERSION=5.0
EXT_SOLR_VERSION=5.1
SOLR_TYPO3_PLUGIN_VERSION=1.3.0
JAVA_VERSION=7

Expand Down

0 comments on commit ae5b91b

Please sign in to comment.