mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fixed problems in README.
This commit is contained in:
parent
dad5d5a334
commit
bfefbf0737
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ writelatex-git-bridge
|
|||
|
||||
Required
|
||||
--------
|
||||
* ant (for building)
|
||||
* jdk-7 (for compiling and running)
|
||||
* `ant` (for building)
|
||||
* `jdk-7` (for compiling and running)
|
||||
|
||||
Building
|
||||
--------
|
||||
|
@ -17,7 +17,7 @@ The configuration file will be at `/etc/wlgb/config.json`.
|
|||
### Using ant ###
|
||||
Run `ant all` to build, test, and package it into a jar at `bin/writelatex-git-bridge.jar`.
|
||||
|
||||
Use `java -jar <path_to_jar> <path_to_config_file> to run the server.
|
||||
Use `java -jar <path_to_jar> <path_to_config_file>` to run the server.
|
||||
|
||||
Runtime Configuration
|
||||
---------------------
|
||||
|
@ -31,7 +31,7 @@ The configuration file is in `.json` format. There is an example at `bin/config.
|
|||
"apiBaseUrl": base url for the snapshot api (string),
|
||||
"username": username for http basic auth (string, optional),
|
||||
"password": password for http basic auth (string, optional),
|
||||
"serviceName": current name of writeLaTeX in case it ever changes (string)
|
||||
"serviceName": current name of writeLaTeX in case it ever changes ;) (string)
|
||||
}
|
||||
|
||||
You have to restart the server for configuration changes to take effect.
|
||||
|
|
Loading…
Reference in a new issue