Skip to content

lthurston/centos-solr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSX Installation

Install VirtualBox (https://www.virtualbox.org/)

Install boot2docker (https://github.com/boot2docker/boot2docker)

Once in boot2docker ssh, build image: docker build -t lthurston/centos-solr github.com/lthurston/centos-solr.git

Run the continer, mapping port 8983 to the container: docker run -p 8983:8983 -t lthurston/centos-solr

In VirtualBox, edit the setting for boot2docker, in Network add a Port Forwarding rule that looks like this: solr, TCP, 127.0.0.1, 8983, , 8983

Expect Solr admin interface at http://127.0.0.1:8983/solr/#/ in your browser

Todo:

TYPO3 tx_solr configuration for solr -- working on it, take it eesy

About

run solr(http://lucene.apache.org/solr/) on docker container(CentOS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%