Hi David,

If you click the "Apache Solr" button under this link: 
https://crave.io/#opensource 
(https://link.getmailspring.com/link/[email protected]/0?redirect=https%3A%2F%2Fcrave.io%2F%23opensource&recipient=ZGV2QHNvbHIuYXBhY2hlLm9yZw%3D%3D)
 , there's a set of commands to run for beginners.
Quick summary of what those commands do: 1. Clone Solr 2. download the crave 
client binary 3. Use crave to compile and test Solr
Here's the commands:
# Download the Crave binary:
curl -s https://raw.githubusercontent.com/accupara/crave/master/get_crave.sh | 
bash -s --
# Clone the Solr repo:
git clone https://github.com/apache/solr.git solr
cd solr
# Run crave: This will run preconfigured build commands for the project
# To build using custom command run `crave run -- `
../crave run
If you already have cloned the Solr sources, then you can shorten the 
instructions to: Download the crave binary and use it.
Thanks,
-Uv

On Feb 21 2023, at 7:58 am, David Smiley <[email protected]> wrote:
> Uv,
>
> This is a basic question but how does a new Solr contributor learn how to 
> install & configure the "crave" executable? I did this so long ago that I 
> don't remember. And it wasn't obvious to a contributor I'm working with from 
> his browsing of the crave.io 
> (https://link.getmailspring.com/link/[email protected]/1?redirect=http%3A%2F%2Fcrave.io&recipient=ZGV2QHNvbHIuYXBhY2hlLm9yZw%3D%3D)
>  website.
>
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley 
> (https://link.getmailspring.com/link/[email protected]/2?redirect=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fdavidwsmiley&recipient=ZGV2QHNvbHIuYXBhY2hlLm9yZw%3D%3D)
>
>
>
>
>

Reply via email to