Skip to content

Commit

Permalink
Added default solr configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Viburnum committed Apr 12, 2017
1 parent 7c8b9a2 commit 9ec6ad6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Solr EntitySearchBundle

## Solr installation
* Download Solr from [the solr website](http://lucene.apache.org/solr/mirrors-solr-latest-redir.html)
* Extract the zip-file
* Navigate to *<INSTALLATION_FOLDER>/server/solr/*
* Create a new folder and name it *platform*
* Open the conf.zip file from the *SolrEntitySearchBundle/Resources\solr/* Folder and extract it into the *<INSTALLATION_FOLDER>/server/solr/platform/* folder
* Navigate to *<INSTALLATION_FOLDER>/bin/*
* Execute the following command: */solr create -c platform*

Binary file added Resources/solr/conf.zip
Binary file not shown.

0 comments on commit 9ec6ad6

Please sign in to comment.