mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 06:33:40 -05:00
Small fixes to README.
This commit is contained in:
parent
84ec961cfb
commit
d022acc5c8
1 changed files with 3 additions and 1 deletions
|
@ -9,11 +9,13 @@ Required
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
### Ubuntu ###
|
### Ubuntu ###
|
||||||
Run `/install.sh` to get dependencies, build, test, package, and make it a service.
|
Run `install.sh` to get dependencies, build, test, package, and make it a service.
|
||||||
|
|
||||||
Use `service wlgb start` and `service wlgb stop` to start and stop the server.
|
Use `service wlgb start` and `service wlgb stop` to start and stop the server.
|
||||||
|
|
||||||
The configuration file will be at `/etc/wlgb/config.json`.
|
The configuration file will be at `/etc/wlgb/config.json`.
|
||||||
|
|
||||||
|
Run `uninstall.sh` to undo what `install.sh` did.
|
||||||
### Manually ###
|
### Manually ###
|
||||||
Run `ant all` to build, test, and package it into a jar at `bin/writelatex-git-bridge.jar`.
|
Run `ant all` to build, test, and package it into a jar at `bin/writelatex-git-bridge.jar`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue