mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 20:15:59 +01:00
improve wording.
This commit is contained in:
@@ -4,15 +4,15 @@ How to run from the source tree
|
|||||||
Run for Development
|
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, type the following command in the root directory of the source tree.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sbt ~jetty:start
|
$ sbt ~jetty:start
|
||||||
```
|
```
|
||||||
|
|
||||||
Then access to `http://localhost:8080/` by your browser. The default administrator account is `root` and password is `root`.
|
Then access `http://localhost:8080/` in your browser. The default administrator account is `root` and password is `root`.
|
||||||
|
|
||||||
Source code modification is detected and reloaded automatically. You can modify logging configuration by editing `src/main/resources/logback-dev.xml`.
|
Source code modifications are detected and a reloaded happens automatically. You can modify the logging configuration by editing `src/main/resources/logback-dev.xml`.
|
||||||
|
|
||||||
Build war file
|
Build war file
|
||||||
--------
|
--------
|
||||||
@@ -25,7 +25,7 @@ $ sbt package
|
|||||||
|
|
||||||
`gitbucket_2.11-x.x.x.war` is generated into `target/scala-2.11`.
|
`gitbucket_2.11-x.x.x.war` is generated into `target/scala-2.11`.
|
||||||
|
|
||||||
To build executable war file, run
|
To build an executable war file, run
|
||||||
|
|
||||||
```
|
```
|
||||||
$ sbt executable
|
$ sbt executable
|
||||||
@@ -35,8 +35,8 @@ at the top of the source tree. It generates executable `gitbucket.war` into `tar
|
|||||||
|
|
||||||
Run tests spec
|
Run tests spec
|
||||||
---------
|
---------
|
||||||
To run the full serie of tests, run the following command:
|
To run the full series of tests, run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
sbt test
|
$ sbt test
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Notification Email
|
Notification Email
|
||||||
========
|
========
|
||||||
|
|
||||||
GitBucket sends email to target users by enabling the notification email by an administrator.
|
GitBucket can send email notification to users if this feature is enabled by an administrator.
|
||||||
|
|
||||||
The timing of the notification are as follows:
|
The timing of the notification are as follows:
|
||||||
|
|
||||||
@@ -20,4 +20,4 @@ Notified users are as follows:
|
|||||||
* collaborators
|
* collaborators
|
||||||
* participants
|
* participants
|
||||||
|
|
||||||
However, the operation in person is excluded from the target.
|
However, the person performing the operation is excluded from the notification.
|
||||||
|
|||||||
Reference in New Issue
Block a user