Created
May 6, 2013 20:57
-
-
Save NoUseFreak/5528128 to your computer and use it in GitHub Desktop.
Revisions
-
NoUseFreak created this gist
May 6, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ - Make sure you have homebrew installed. - Install solr. ```brew install solr``` - Make a data folder and copy the example multicore instance. ```mkdir /var/solr && cp /usr/local/Cellar/solr/4.2.1/libexec/example/multicore /var/solr/multicore``` - Set the permissions correct. ```sudo chown -R `whoami` /usr/local/Cellar/solr/ /var/solr``` - Start solr. ```solr /var/solr/multicore``` - Access solr at http://localhost:8983/solr/