From f5e068a46e9911199e2c0fed2a86eac03883aac0 Mon Sep 17 00:00:00 2001 From: Winston Li Date: Sat, 10 Jan 2015 12:55:57 +0000 Subject: [PATCH] Updated readme. --- services/git-bridge/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/git-bridge/README.md b/services/git-bridge/README.md index 46901b249d..a7b7914327 100644 --- a/services/git-bridge/README.md +++ b/services/git-bridge/README.md @@ -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`.