From 4529c3991e92f4f84921a7a23f8c8720eef100f0 Mon Sep 17 00:00:00 2001 From: Bretton Vine Date: Sun, 1 Apr 2018 14:18:25 +0200 Subject: [PATCH 1/2] adding wiki documentation to readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 763ddc3..e277381 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,19 @@ cd $GOPATH/src/github.com/michael1011/lightningtip dep ensure go install ``` + +## Starting LightningTip Automatically + +LightningTip can be started automatically via Systemd, or Supervisord, as outlined in the following wiki documentation: + +* [Running LightningTip with systemd](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-with-systemd) +* [Running LightningTip service with supervisord](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-service-with-supervisord) + +## Reverse Proxy Recipes + +In instances where the default LightningTip SSL configuration options are not working, you may want to explore running a reverse proxy to LightningTip as outlined in the following wiki documentation: + +* [LightningTip via Apache2 reverse proxy](https://github.com/michael1011/lightningtip/wiki/LightningTip-via-Apache2-reverse-proxy) +* [LightningTip via Nginx reverse proxy](https://github.com/michael1011/lightningtip/wiki/LightningTip-via-Nginx-reverse-proxy) + + From 88526a34a07bc83adf819c28368a611fbdb479d8 Mon Sep 17 00:00:00 2001 From: Bretton Vine Date: Sun, 1 Apr 2018 14:21:56 +0200 Subject: [PATCH 2/2] fixing wiki links after consistency edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e277381..a34a789 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ go install LightningTip can be started automatically via Systemd, or Supervisord, as outlined in the following wiki documentation: * [Running LightningTip with systemd](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-with-systemd) -* [Running LightningTip service with supervisord](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-service-with-supervisord) +* [Running LightningTip with supervisord](https://github.com/michael1011/lightningtip/wiki/Running-LightningTip-with-supervisord) ## Reverse Proxy Recipes