Update DOWNLOADS.md

This commit is contained in:
Jonathan Shook 2023-01-24 15:00:49 -06:00 committed by GitHub
parent 5b90831a9c
commit c6aa66f50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ The latest release of NoSQLBench is always available from github releases.
- download [the latest release of nb5](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5), a linux binary - download [the latest release of nb5](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5), a linux binary
- To download it with curl, - To download it with curl,
use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb` use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5`
- (be sure to `chmod +x nb` once you download it) - (be sure to `chmod +x nb` once you download it)
- download [the latest release of nb5.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5.jar), a single-jar application. - download [the latest release of nb5.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5.jar), a single-jar application.
- This requires java 15 or later, make sure your `java -version` - This requires java 15 or later, make sure your `java -version`
@ -18,20 +18,10 @@ The latest release of NoSQLBench is always available from github releases.
You can use a live docker image for the latest nosqlbench. You can use a live docker image for the latest nosqlbench.
1. run `docker pull nosqlbench/nosqlbench` 1. run `docker pull nosqlbench/nosqlbench`
2. docserver `docker run -p 12345:12345 --rm --name nb-docs nosqlbench/nosqlbench docserver http://0.0.0.0:12345` 2. You can run `docker run --rm nosqlbench/nosqlbench ...` just as you would with `nb5 ...` or `java -jar nb5.jar` ...
3. Any other command can be run against your nosqlbench docker images using this form.
Links to docker images: Links to docker images:
- [nosqlbench/nosqlbench:latest](https://hub.docker.com/r/nosqlbench/nosqlbench/tags?page=1&name=latest) - [nosqlbench/nosqlbench:latest](https://hub.docker.com/r/nosqlbench/nosqlbench/tags?page=1&name=latest)
- [All tagged docker images](https://hub.docker.com/r/nosqlbench/nosqlbench/tags) - [All tagged docker images](https://hub.docker.com/r/nosqlbench/nosqlbench/tags)
## Maven
The latest release of NoSQLBench is always available fro Maven Central.
You can find the [latest version with Maven central search](https://search.maven.org/search?q=g:io.nosqlbench).
## Additional Plans
- Docker -We have a docker build in the works. Stay tuned for the details.
- Github artifacts - We are planning to add this as another channel. Stay tuned.