mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Updated readme.
This commit is contained in:
parent
937c36d61e
commit
f5e068a46e
1 changed files with 4 additions and 2 deletions
|
@ -9,13 +9,15 @@ Required
|
|||
Installation
|
||||
------------
|
||||
### Ubuntu ###
|
||||
Run `sudo ./install.sh` to get dependencies, build, test, package, and make it a service.
|
||||
Run `./install` to get dependencies, build, test, package, and make it a service.
|
||||
|
||||
Use `sudo service wlgb start` and `sudo service wlgb stop` to start and stop the server.
|
||||
|
||||
The configuration file will be at `/etc/wlgb/config.json`.
|
||||
|
||||
Run `sudo ./uninstall.sh` to undo what `sudo ./install.sh` did.
|
||||
Run `./reinstall` to test, package and install the current version if `./install` has already been run.
|
||||
|
||||
Run `./uninstall` to undo what `./install` did.
|
||||
### Manually ###
|
||||
Run `mvn package` to build, test, and package it into a jar at `target/writelatex-git-bridge-1.0-SNAPSHOT-jar-with-dependencies.jar`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue