Improve Readme with ivy-bootstrap and Ivy known workaround

This commit is contained in:
antonmry 2017-09-27 14:04:00 +02:00
parent ee687c39a8
commit e148574997
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ Lucene and Solr, run:
`ant compile`
If you see an error about Ivy missing when invoking ant (e.g., `.ant/lib does not exist`), run `ant ivy-bootstrap` and retry.
Sometimes you may face issues with Ivy (e.g., instance a wrongly downloaded artifact). Cleaning up the Ivy cache and retrying is a workaround for most of such issues:
`rm -rf ~/.ivy2/cache`
The Solr server can then be packaged and prepared for startup by running the
following command from the `solr/` directory: