diff --git a/doc/how_to_run.md b/doc/how_to_run.md index 95fe492..3a4961f 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -35,4 +35,9 @@ `gitbucket_2.11-x.x.x.war` is generated into `target/scala-2.11`. -To build executable war file, run `ant -f release/build.xml` at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact. +To build executable war file, run + +* `. ./env.sh` +* `ant -f release/build.xml all` + +at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact.