mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
adapt how_to_run.md to changes in build.sbt
This commit is contained in:
@@ -27,7 +27,8 @@ $ sbt package
|
|||||||
|
|
||||||
To build executable war file, run
|
To build executable war file, run
|
||||||
|
|
||||||
* Windows: Not available
|
```
|
||||||
* Linux: `./release/make-release-war.sh`
|
$ sbt executable
|
||||||
|
```
|
||||||
|
|
||||||
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.
|
at the top of the source tree. It generates executable `gitbucket.war` into `target/executable`. We release this war file as release artifact.
|
||||||
|
|||||||
Reference in New Issue
Block a user