Update docs

This commit is contained in:
Naoki Takezoe
2015-12-23 22:44:20 +09:00
parent 53e06c5e86
commit c072ab2dc5

View File

@@ -1,29 +1,18 @@
How to run from the source tree How to run from the source tree
======== ========
for Testers Run for Development
-------- --------
If you want to test GitBucket, input following command at the root directory of the source tree. If you want to test GitBucket, input following command at the root directory of the source tree.
``` ```
$ sbt jetty:start jetty:join $ sbt ~jetty:start
``` ```
Then access to `http://localhost:8080/` by your browser. The default administrator account is `root` and password is `root`. Then access to `http://localhost:8080/` by your browser. The default administrator account is `root` and password is `root`.
`CTRL + C` to shutdown. Source code modification is detected and reloaded automatically. You can modify logging configuration by editing `src/main/resources/logback-test.xml`.
for Developers
--------
If you want to modify source code and confirm it, you can run GitBucket in auto reloading mode as following:
```
$ sbt
...
> jetty:start
> ~compile
```
Build war file Build war file
-------- --------