Re: Compiling and running solr locally on mac

2022-12-26 Thread Gus Heck
Also, if you are compiling and running locally while trying to develop customized solr (or contributions) the script at dev-tools/scripts/cloud.sh may be useful. It is however designed to work with a locally running zookeeper for enhanced realism. The beginning of that script contains a long commen

Re: Compiling and running solr locally on mac

2022-12-24 Thread Dave
That’s awesome. Also Perl should be on every Unix system. Personally I used homebrew and it was super fast and easy to get it up and going > On Dec 24, 2022, at 3:28 PM, Somnath Kumar wrote: > > Thank you Shawn. Just tried this and it worked! > > Som > >> On Mon, Dec 19, 2022 at 9:28 PM Shaw

Re: Compiling and running solr locally on mac

2022-12-24 Thread Somnath Kumar
Thank you Shawn. Just tried this and it worked! Som On Mon, Dec 19, 2022 at 9:28 PM Shawn Heisey wrote: > On 12/19/22 15:20, Somnath Kumar wrote: > > Hello, I am a newbie to Solr and am trying to compile and run locally on > > mac. Pointer to any documentation for newcomers to do this will be

Re: Compiling and running solr locally on mac

2022-12-19 Thread Shawn Heisey
On 12/19/22 15:20, Somnath Kumar wrote: Hello, I am a newbie to Solr and am trying to compile and run locally on mac. Pointer to any documentation for newcomers to do this will be greatly appreciated. You will need a JDK and perl. For Solr 8.x, you need JDK8 at a minimum, and 11 is probably b