BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

Brew SOLR seems hosed #43

Closed MetaBureau closed 9 years ago

MetaBureau commented 9 years ago

Suggest perhaps you use the one available here: https://www.drupal.org/documentation/modules/search/quick-start-solr-4

BrianGilbert commented 9 years ago

Can't really do that because some people use search_api and not apache solr module.. I'll check on the status of brew's solr (I think you have to config it manually from memory) I'll try and add some config info to wiki if I get time.

MetaBureau commented 9 years ago

I just couldn't get search_api_solr to work with the the HomeBrew 4.10 version. It used to work when I tried your script earlier this year. Also, there's some muddy stuff happening with Java on Mac (Mac version or Oracle version, 6, 7, 8).

BrianGilbert commented 9 years ago

You could try installing this http://support.apple.com/kb/DL1572 I'll try and verify myself in the next few weeks though as we will be needing it for one of our projects in the new year.

BrianGilbert commented 9 years ago

@MetaBureau The reson solr has stopped working for you is most likley because it now requires Java 7+ I had to uninstall Apples Java 6 and link up so that Oracles java 8 was the one used when you ran java at cli.. I used this as a reference http://www.cc.gatech.edu/~simpkins/teaching/gatech/cs2340/guides/java7-macosx.html

BrianGilbert commented 9 years ago

@MetaBureau Install script now updated so that solr will work on a clean installation, you should be able to figure out what you need to do from the changes