Integrate the Bazel documentation

Change-Id: I670adee676e5adfae7d4400b3d5789f6e17ae0af
This commit is contained in:
Alice Kober-Sotzek
2016-11-25 10:54:30 +01:00
parent cffc285b39
commit 4b92e0410e
3 changed files with 63 additions and 18 deletions

View File

@@ -38,17 +38,6 @@ The output executable WAR will be placed in:
bazel-bin/gerrit.war
----
To run a Gerrit site execute:
----
$(bazel info output_base)/external/local_jdk/bin/java \
-jar bazel-bin/gerrit.war daemon -d ../gerrit_testsite
----
[NOTE] You must use the same Java version that Bazel used for the build.
This Java version is available at
`$(bazel info output_base)/external/local_jdk/bin/java`.
[[release]]
=== Gerrit Release WAR File