-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c49857
commit c67d185
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# solr-diagnostics | ||
Gathers info from Solr: logs, configs, etc. Useful for remote debugging | ||
# Usage | ||
Download the binary from [releases](https://github.com/sematext/solr-diagnostics/releases). Then run it with: | ||
|
||
java -jar solr-diagnostics-x.y.z.jar | ||
You'll need Java (7) to run it. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
# Build from sources | ||
Clone the repository, then run: | ||
|
||
mvn clean package | ||
The self-contained Jar will be `target/com.sematext.solr-diagnostics-x.y.z-SNAPSHOT.jar` | ||
|
7 => 7 or above ?