mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-10 22:55:40 -06:00
update project site link
This commit is contained in:
parent
286158279f
commit
359b3eb8ef
31
BUILDING.md
Normal file
31
BUILDING.md
Normal file
@ -0,0 +1,31 @@
|
||||
# Building NoSQLBench
|
||||
|
||||
## requirements
|
||||
|
||||
You need Java 11 or newer to build NoSQLBench.
|
||||
|
||||
# mvn package
|
||||
|
||||
To build NoSQLBench in its entirety, you simply need to run
|
||||
|
||||
`mvn package`
|
||||
|
||||
The steps needed to build the full nb binary are all self-contained
|
||||
within the Maven build mojo, including the following:
|
||||
|
||||
- Building all the maven modules
|
||||
- Building the nb binary in nb/target/nb using AppImage.
|
||||
- Building the guidebook app in docsys/src/main/resources/docsys-guidebook
|
||||
- Building the static guidebook in nb/target/guidebook
|
||||
- Exporting all the bundled markdown into nb/target/guidebook
|
||||
|
||||
# mvn verify
|
||||
|
||||
The integration tests for NoSQLBench are run in the verify phase.
|
||||
You can run these tests with `mvn verify`. These tests are based
|
||||
on invoking capsule-form scenario scripts and scrutinizing their
|
||||
output. They can take quite a bit of time, but there is no substitute
|
||||
for this level of testing, particularly for a tool that is used
|
||||
to test other systems.
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<h2 class="subtitle">open source, pluggable, nosql benchmarking suite</h2>
|
||||
<div class="links">
|
||||
<nuxt-link to="/docs/" class="button--purple">Documentation</nuxt-link>
|
||||
<a href="https://community.datastax.com/spaces/51/index.html" class="button--purple">Community Site</a>
|
||||
<a href="https://github.com/nosqlbench/nosqlbench" class="button--purple">Project Site</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user